buildkite: build arm64 docker images on arm64 agents

PiperOrigin-RevId: 567476463
This commit is contained in:
Andrei Vagin
2023-09-21 18:29:12 -07:00
committed by gVisor bot
parent 05b7c55c13
commit fcacbf17c6
+3 -1
View File
@@ -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