Skip to content

Commit 18d55ef

Browse files
committed
fix
1 parent b6de498 commit 18d55ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ steps:
171171
key: gcp-up-fedora
172172
concurrency_group: gcp-fd
173173
concurrency: 1
174-
command: GCP_IMAGE="fedora-cloud/fedora-cloud-43" DEPLOYMENT_ID="ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp
174+
command: GCP_IMAGE="fedora-cloud/fedora-cloud-43-x86-64" DEPLOYMENT_ID="ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp
175175
plugins:
176176
- seek-oss/aws-sm#v2.3.2:
177177
json-to-env:
@@ -185,7 +185,7 @@ steps:
185185
key: gcp-up-fedora-tiered
186186
concurrency_group: gcp-fd
187187
concurrency: 1
188-
command: GCP_IMAGE="fedora-cloud/fedora-cloud-43" DEPLOYMENT_ID="ci-ud-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp:tiered
188+
command: GCP_IMAGE="fedora-cloud/fedora-cloud-43-x86-64" DEPLOYMENT_ID="ci-ud-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp:tiered
189189
plugins:
190190
- seek-oss/aws-sm#v2.3.2:
191191
json-to-env:

0 commit comments

Comments
 (0)