Skip to content

Commit acd96d0

Browse files
authored
Move GCE arm64 machines into new arm64_v2 queue (#2276)
1 parent 6f90241 commit acd96d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/startup-docker-pdssd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sudo -H -u buildkite-agent gcloud auth configure-docker --quiet
6060

6161
QUEUE="default"
6262
if [[ "$(uname -m)" == "aarch64" ]]; then
63-
QUEUE="arm64"
63+
QUEUE="arm64_v2"
6464
fi
6565

6666
### Write the Buildkite agent configuration.

0 commit comments

Comments
 (0)