Merge pull request #1080 from aledbf/fix-uslim

Disable platform s390x
This commit is contained in:
Nick Sardo 2017-08-07 16:48:07 -07:00 committed by GitHub
commit f2dde041be

View file

@ -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