Skip to content

Commit c361a3f

Browse files
committed
Target new arch override var
1 parent 4c55902 commit c361a3f

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_architecture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
42+
stackhpc_cpu_arch_override: ${{ inputs.cpu-platform-architecture == 'aarch64' && 'arm64' || inputs.cpu-platform-architecture }}
4343
pulp_artifact_type: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'kayobe-images' || 'kayobe-images/aarch64' }}
4444
jobs:
4545
runner-selection:

0 commit comments

Comments
 (0)