From e4aa52509b6414926c0101238789e6b017f7b25a Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Mon, 7 Aug 2017 19:44:13 -0400 Subject: [PATCH] Disable platform s390x --- images/ubuntu-slim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ubuntu-slim/Makefile b/images/ubuntu-slim/Makefile index 8290abd9f41..11d5d503a16 100755 --- a/images/ubuntu-slim/Makefile +++ b/images/ubuntu-slim/Makefile @@ -15,7 +15,7 @@ TAG ?= 0.14 REGISTRY = gcr.io/google_containers ARCH ?= $(shell go env GOARCH) -ALL_ARCH = amd64 arm arm64 ppc64le s390x +ALL_ARCH = amd64 arm arm64 ppc64le QEMUVERSION=v2.9.1