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 555c296 commit a9c754eCopy full SHA for a9c754e
etc/kayobe/kolla.yml
@@ -422,7 +422,7 @@ kolla_build_args: {}
422
###############################################################################
423
# Kolla platform architecture configuration.
424
425
-kolla_base_arch: "{{ 'aarch64' if stackhpc_cpu_arch == 'arm64' else 'x86' }}"
+kolla_base_arch: "{{ 'aarch64' if stackhpc_cpu_arch == 'arm64' else stackhpc_cpu_arch }}"
426
427
428
# Kolla-ansible inventory configuration.
0 commit comments