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 07d8057 commit 3ffeea7Copy full SHA for 3ffeea7
etc/kayobe/kolla.yml
@@ -429,7 +429,7 @@ kolla_build_args: {}
429
###############################################################################
430
# Kolla platform architecture configuration.
431
432
-kolla_base_arch: "{{ 'aarch64' if stackhpc_cpu_arch == 'arm64' else 'x86' }}"
+kolla_base_arch: "{{ 'aarch64' if stackhpc_cpu_arch == 'arm64' else stackhpc_cpu_arch }}"
433
434
435
# Kolla-ansible inventory configuration.
0 commit comments