From c1bb8e532b540d12f884dd93b87c84256e4dcbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20G=C3=BCvendiren?= Date: Mon, 18 Sep 2023 21:55:07 +0300 Subject: [PATCH] fix(aarch64): use cortex-a72 cpu model --- molecule_qemu/playbooks/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule_qemu/playbooks/create.yml b/molecule_qemu/playbooks/create.yml index d5e975b..04f3933 100644 --- a/molecule_qemu/playbooks/create.yml +++ b/molecule_qemu/playbooks/create.yml @@ -292,7 +292,7 @@ -cpu host -accel hvf {% else %} - -cpu cortex-a76 + -cpu cortex-a72 {% endif %} {% endif %} {% if qemu_cap_kvm and item.image_arch == ansible_machine %}