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.
2 parents f9ebb36 + bd554e7 commit f2c7468Copy full SHA for f2c7468
scripts/test-infra/push-image.sh
@@ -9,4 +9,4 @@ VERSION_OVERRIDE=${_GIT_TAG+VERSION=${_GIT_TAG:10}}
9
gcloud auth configure-docker
10
11
# Build and push images
12
-make push-all $VERSION_OVERRIDE
+IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $VERSION_OVERRIDE
0 commit comments