Skip to content

Commit f2c7468

Browse files
authored
Merge pull request #1677 from ArangoGutierrez/fix_cloudbuild
Disable armv7 builds
2 parents f9ebb36 + bd554e7 commit f2c7468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-infra/push-image.sh

Lines changed: 1 addition & 1 deletion
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)