Merge pull request #158 from linux-on-ibm-z/cross-compile

Edited Makefile to add cross build support for s390x.
This commit is contained in:
Solly Ross 2019-01-31 13:23:24 -08:00 committed by GitHub
commit ab6ada9081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ ifeq ($(ARCH),ppc64le)
endif endif
ifeq ($(ARCH),s390x) ifeq ($(ARCH),s390x)
BASEIMAGE?=s390x/busybox BASEIMAGE?=s390x/busybox
GOIMAGE=s390x/golang:1.10
endif endif
.PHONY: all docker-build push-% push test verify-gofmt gofmt verify build-local-image .PHONY: all docker-build push-% push test verify-gofmt gofmt verify build-local-image