Skip to content

Commit

Permalink
Merge pull request #29 from glacion/cortex
Browse files Browse the repository at this point in the history
fix(aarch64): use cortex-a72 cpu model
  • Loading branch information
andreygubarev authored Oct 11, 2023
2 parents a0801ad + c1bb8e5 commit b5326f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule_qemu/playbooks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit b5326f5

Please sign in to comment.