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 2a40a19 commit 53a7363Copy full SHA for 53a7363
.github/workflows/overcloud-host-image-build.yml
@@ -32,7 +32,7 @@ env:
32
ANSIBLE_FORCE_COLOR: True
33
KAYOBE_ENVIRONMENT: ci-builder
34
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35
- overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86' && 'amd64' || 'arm64' }}
+ overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
36
jobs:
37
overcloud-host-image-build:
38
name: Build overcloud host images
0 commit comments