We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65237d commit 85a464dCopy full SHA for 85a464d
hack/release.sh
@@ -79,7 +79,10 @@ ALLOW_UNSTABLE=${ALLOW_UNSTABLE:-}
79
ALLOW_DIRTY=${ALLOW_DIRTY:-}
80
ALLOW_OVERRIDE=${ALLOW_OVERRIDE:-}
81
SKIP_BUILD=${SKIP_BUILD:-}
82
-ALL_ARCH="amd64 arm arm64 ppc64le s390x"
+# There is a problem in building multi-arch images in prow environment. Enable non-amd64
83
+# arches when we have a reliable way, see https://github.com/kubernetes/test-infra/issues/13937.
84
+#ALL_ARCH="amd64 arm arm64 ppc64le s390x"
85
+ALL_ARCH="amd64"
86
IMAGE="$REGISTRY/local-volume-provisioner"
87
88
# In prow job, DOCKER_CONFIG is mounted read-only, but docker manifest command
0 commit comments