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 26aed70 commit 68e8991Copy full SHA for 68e8991
templates/centos-stream-10.yaml
@@ -26,9 +26,5 @@ firmware:
26
cpuType:
27
# When emulating Intel on ARM hosts, Lima uses the "qemu64" CPU by default (https://github.com/lima-vm/lima/pull/494).
28
# However, CentOS Stream 10 kernel reboots indefinitely due to lack of the support for x86_64-v3 instructions.
29
- #
30
- # On native Intel hosts Lima uses the "host" CPU by default, but it doesn't seem to work either,
31
- # at least on MacBook Pro 2020 (Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz), due to
32
- # `invalid opcode: 0000` in `chacha_8block_xor_avx512vl`.
33
- # https://github.com/lima-vm/lima/issues/3022
+ # This issue is tracked in <https://github.com/lima-vm/lima/issues/3063>.
34
x86_64: "Haswell-v4"
0 commit comments