andreygubarev / molecule-qemu

Molecule QEMU driver for testing Ansible roles
https://pypi.org/project/molecule-qemu/
MIT License
11 stars 8 forks source link

fix(aarch64): use cortex-a72 cpu model #29

Closed glacion closed 1 year ago

glacion commented 1 year ago

In ubuntu-22.04(which is also the current ubuntu-latest in GitHub Actions), the installed qemu version(6.2.0) does not have the cortex-a76 available for aarch64 platform.
An example failing run is here.
This wasn't caught by this repo's CI as it tests against only the x86_64 platform.