Skip to content

Commit 9d15dba

Browse files
authored
Merge pull request #2333 from afbjorklund/cputype-null
Change cpuType default to null
2 parents 9e4d37b + 2c9001d commit 9d15dba

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

examples/default.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,12 @@ containerd:
252252
# Specify desired QEMU CPU type for each arch.
253253
# You can see what options are available for host emulation with: `qemu-system-$(arch) -cpu help`.
254254
# Setting of instructions is supported like this: "qemu64,+ssse3".
255+
# 🟢 Builtin default: hard-coded arch map with type (see the output of `limactl info | jq .defaultTemplate.cpuType`)
255256
cpuType:
256-
# 🟢 Builtin default: "cortex-a72" (or "host" when running on aarch64 host)
257-
aarch64: null
258-
# 🟢 Builtin default: "cortex-a7" (or "host" when running on armv7l host)
259-
armv7l: null
260-
# 🟢 Builtin default: "qemu64" (or "host,-pdpe1gb" when running on x86_64 host)
261-
x86_64: null
262-
# 🟢 Builtin default: "rv64" (or "host" when running on riscv64 host)
263-
riscv64: null
257+
# aarch64: "cortex-a72" # (or "host" when running on aarch64 host)
258+
# armv7l: "cortex-a7" # (or "host" when running on armv7l host)
259+
# riscv64: "rv64" # (or "host" when running on riscv64 host)
260+
# x86_64: "qemu64" # (or "host,-pdpe1gb" when running on x86_64 host)
264261

265262
rosetta:
266263
# Enable Rosetta for Linux (EXPERIMENTAL).

0 commit comments

Comments
 (0)