mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
buildkite: build arm64 docker images on arm64 agents
PiperOrigin-RevId: 567476463
This commit is contained in:
@@ -24,7 +24,9 @@ steps:
|
||||
label: ":ship: Push all images (aarch64)"
|
||||
if: build.branch == "master" && build.tag == null
|
||||
commands:
|
||||
- make ARCH=aarch64 push-all-images
|
||||
- make push-all-images
|
||||
agents:
|
||||
arch: "arm64"
|
||||
- <<: *common
|
||||
label: ":ship: Release"
|
||||
if: build.branch == "master" || build.tag != null
|
||||
|
||||
Reference in New Issue
Block a user