Skip to content

Commit 263bdc4

Browse files
MaxBed4dMoteHue
andcommitted
Update .github/workflows/overcloud-host-image-build.yml
Co-authored-by: Matt Crees <[email protected]>
1 parent 2ba2bf6 commit 263bdc4

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
@@ -39,7 +39,7 @@ env:
3939
ANSIBLE_FORCE_COLOR: True
4040
KAYOBE_ENVIRONMENT: ci-builder
4141
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
42-
overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86' && 'amd64' || 'arm64' }}
42+
overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
4343
jobs:
4444
runner-selection:
4545
uses: ./.github/workflows/runner-selector.yml

0 commit comments

Comments
 (0)