File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -252,15 +252,12 @@ containerd:
252
252
# Specify desired QEMU CPU type for each arch.
253
253
# You can see what options are available for host emulation with: `qemu-system-$(arch) -cpu help`.
254
254
# 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`)
255
256
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)
264
261
265
262
rosetta :
266
263
# Enable Rosetta for Linux (EXPERIMENTAL).
You can’t perform that action at this time.
0 commit comments