Edited Makefile to add cross build support for s390x. As golang:1.10 has multi-arch support added for s390x.

This commit is contained in:
root 2019-01-08 16:02:17 +05:30
parent dce283def1
commit a02ca0fbad

View file

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