Skip to content

Commit bd554e7

Browse files
Disable armv7 builds
This patch sets IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 at scripts/test-infra/push-image.sh to explicity set the archs to build images during cloudbuild post prow steps Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 4746c33 commit bd554e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-infra/push-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ VERSION_OVERRIDE=${_GIT_TAG+VERSION=${_GIT_TAG:10}}
99
gcloud auth configure-docker
1010

1111
# Build and push images
12-
make push-all $VERSION_OVERRIDE
12+
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $VERSION_OVERRIDE

0 commit comments

Comments
 (0)