Skip to content

Commit

Permalink
fix: try using different family
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 13, 2024
1 parent 2c65ecd commit b78976c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/dev-docker/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ steps:
# Run on GCP to use `docker`
agents:
machineType: "n2-standard-8"
image: ubuntu-2204-jammy-v20240904
image: family/ubuntu-2204-lts
- label: ":docker: Build Docker Artifacts for Rally arm64"
command: bash .buildkite/dev-docker/run.sh arm64
# Run on GCP to use `docker`
agents:
machineType: "t2a-standard-8"
image: ubuntu-2204-jammy-arm64-v20240904
image: family/ubuntu-2204-lts-arm64

0 comments on commit b78976c

Please sign in to comment.