Skip to content

Commit

Permalink
Constraint x86 image push job to amd64 machines.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589610138
  • Loading branch information
ayushr2 authored and gvisor-bot committed Dec 10, 2023
1 parent f4b8510 commit 0bdb383
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bdb383

Please sign in to comment.