Skip to content

Commit

Permalink
fix image family
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Oct 10, 2023
1 parent 03359f9 commit 7420cc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
- "build/diagnostics/*"
agents:
provider: "gcp"
image: "ubuntu-2204-lts"
image: "family/core-ubuntu-2204"
retry:
manual:
allowed: true
Expand All @@ -24,8 +24,8 @@ steps:
- "build/TEST-**"
- "build/diagnostics/*"
agents:
provider: "aws"
image: "ubuntu-2204-aarch64"
provider: "gcp"
image: "family/core-ubuntu-2204-aarch64"
retry:
manual:
allowed: true
Expand Down

0 comments on commit 7420cc6

Please sign in to comment.