Skip to content

Commit 53a7363

Browse files
MaxBed4dMoteHue
andauthored
Update .github/workflows/overcloud-host-image-build.yml
Co-authored-by: Matt Crees <[email protected]>
1 parent 2a40a19 commit 53a7363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
ANSIBLE_FORCE_COLOR: True
3333
KAYOBE_ENVIRONMENT: ci-builder
3434
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35-
overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86' && 'amd64' || 'arm64' }}
35+
overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
3636
jobs:
3737
overcloud-host-image-build:
3838
name: Build overcloud host images

0 commit comments

Comments
 (0)