From a02ca0fbad29f7f0f2fab7f876574525552beb03 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Jan 2019 16:02:17 +0530 Subject: [PATCH] Edited Makefile to add cross build support for s390x. As golang:1.10 has multi-arch support added for s390x. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 935a0bbb..9efdb480 100644 --- a/Makefile +++ b/Makefile @@ -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