Skip to content

Commit 94ed78c

Browse files
authored
Merge pull request #3484 from shenki/riscv64-cpu-max
Set riscv64 cpu to max
2 parents 9fb431d + bdcbed5 commit 94ed78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/limayaml/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func defaultCPUType() CPUType {
6666
ARMV7L: "cortex-a7",
6767
// Since https://github.com/lima-vm/lima/pull/494, we use qemu64 cpu for better emulation of x86_64.
6868
X8664: "qemu64",
69-
RISCV64: "rv64", // FIXME: what is the right choice for riscv64?
69+
RISCV64: "max",
7070
S390X: "qemu", // FIXME: what is the right choice for s390x?
7171
}
7272
for arch := range cpuType {

0 commit comments

Comments
 (0)