Skip to content

Commit fefae64

Browse files
committed
Define DIB architecture explicitly
1 parent 4c55902 commit fefae64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
-e os_distribution="rocky" \
244244
-e os_release="9" \
245245
-e stackhpc_overcloud_dib_name=overcloud-rocky-9
246+
-e overcloud_dib_architecture=${{ env.overcloud_dib_architecture }}
246247
env:
247248
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
248249
if: inputs.rocky9
@@ -313,6 +314,7 @@ jobs:
313314
-e os_distribution="ubuntu" \
314315
-e os_release="noble" \
315316
-e stackhpc_overcloud_dib_name=overcloud-ubuntu-noble
317+
-e overcloud_dib_architecture=${{ env.overcloud_dib_architecture }}
316318
env:
317319
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
318320
if: inputs.ubuntu-noble

0 commit comments

Comments
 (0)