Disable platform s390x
This commit is contained in:
parent
15a888b6ba
commit
e4aa52509b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
TAG ?= 0.14
|
TAG ?= 0.14
|
||||||
REGISTRY = gcr.io/google_containers
|
REGISTRY = gcr.io/google_containers
|
||||||
ARCH ?= $(shell go env GOARCH)
|
ARCH ?= $(shell go env GOARCH)
|
||||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||||
|
|
||||||
QEMUVERSION=v2.9.1
|
QEMUVERSION=v2.9.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue