File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,8 @@ jobs:
242
242
kayobe overcloud host image build --force-rebuild \
243
243
-e os_distribution="rocky" \
244
244
-e os_release="9" \
245
- -e stackhpc_overcloud_dib_name=overcloud-rocky-9
245
+ -e stackhpc_overcloud_dib_name=overcloud-rocky-9 \
246
+ -e overcloud_dib_architecture=${{ env.overcloud_dib_architecture }}
246
247
env :
247
248
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
248
249
if : inputs.rocky9
@@ -312,7 +313,8 @@ jobs:
312
313
kayobe overcloud host image build --force-rebuild \
313
314
-e os_distribution="ubuntu" \
314
315
-e os_release="noble" \
315
- -e stackhpc_overcloud_dib_name=overcloud-ubuntu-noble
316
+ -e stackhpc_overcloud_dib_name=overcloud-ubuntu-noble \
317
+ -e overcloud_dib_architecture=${{ env.overcloud_dib_architecture }}
316
318
env :
317
319
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
318
320
if : inputs.ubuntu-noble
You can’t perform that action at this time.
0 commit comments