Constraint x86 image push job to amd64 machines.

PiperOrigin-RevId: 589610138
This commit is contained in:
Ayush Ranjan
2023-12-10 11:11:00 -08:00
committed by gVisor bot
parent f4b851067a
commit 0bdb383c24
+3 -1
View File
@@ -24,11 +24,13 @@ steps:
if: build.branch == "master" && build.tag == null
commands:
- make ARCH=x86_64 push-all-images
agents:
arch: "amd64"
- <<: *common
label: ":ship: Push all images (aarch64)"
if: build.branch == "master" && build.tag == null
commands:
- make push-all-images
- make ARCH=aarch64 push-all-images
agents:
arch: "arm64"
- <<: *common