From 54359c5b5fbb354f52866e0ff745b09543af2fc9 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Fri, 8 Nov 2024 12:40:55 -0800 Subject: [PATCH] Run website-deploy at amd64 buildkite agents only. The gVisor's test image jekyll is available on x86_64 only. PiperOrigin-RevId: 694603592 --- .buildkite/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/release.yaml b/.buildkite/release.yaml index 94d54f9d9..ef3e1ccce 100644 --- a/.buildkite/release.yaml +++ b/.buildkite/release.yaml @@ -56,6 +56,8 @@ steps: commands: # The built website image must be x86_64. - make BAZEL_OPTIONS=--config=x86_64 website-deploy + agents: + arch: "amd64" - <<: *common label: ":bun: COS Latest Driver Compatibility Test" commands: