We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb431d + bdcbed5 commit 94ed78cCopy full SHA for 94ed78c
pkg/limayaml/defaults.go
@@ -66,7 +66,7 @@ func defaultCPUType() CPUType {
66
ARMV7L: "cortex-a7",
67
// Since https://github.com/lima-vm/lima/pull/494, we use qemu64 cpu for better emulation of x86_64.
68
X8664: "qemu64",
69
- RISCV64: "rv64", // FIXME: what is the right choice for riscv64?
+ RISCV64: "max",
70
S390X: "qemu", // FIXME: what is the right choice for s390x?
71
}
72
for arch := range cpuType {
0 commit comments