We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba2bf6 commit 263bdc4Copy full SHA for 263bdc4
.github/workflows/overcloud-host-image-build.yml
@@ -39,7 +39,7 @@ env:
39
ANSIBLE_FORCE_COLOR: True
40
KAYOBE_ENVIRONMENT: ci-builder
41
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
42
- overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86' && 'amd64' || 'arm64' }}
+ overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
43
jobs:
44
runner-selection:
45
uses: ./.github/workflows/runner-selector.yml
0 commit comments