mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Constraint x86 image push job to amd64 machines.
PiperOrigin-RevId: 589610138
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user