Skip to content

Commit cc577be

Browse files
committed
examples/*.yaml: format templates by using limactl edit --set 'del(.nothing)'
`find examples -name '*.yaml' -exec limactl edit --set 'del(.nothing)' {} \;` Signed-off-by: Norio Nomura <[email protected]>
1 parent fd3923d commit cc577be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/buildkit.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# $ export BUILDKIT_HOST=$(limactl list buildkit --format 'unix://{{.Dir}}/sock/buildkitd.sock')
66
# $ buildctl debug workers
77
message: |
8-
To run `buildkit` on the host (assumes buildctl is installed), run the following commands:
9-
-------
10-
export BUILDKIT_HOST="unix://{{.Dir}}/sock/buildkitd.sock"
11-
buildctl debug workers
12-
-------
8+
To run `buildkit` on the host (assumes buildctl is installed), run the following commands:
9+
-------
10+
export BUILDKIT_HOST="unix://{{.Dir}}/sock/buildkitd.sock"
11+
buildctl debug workers
12+
-------
1313
images:
1414
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
1515
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240821/ubuntu-24.04-server-cloudimg-amd64.img"

examples/default.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ containerd:
264264
# Setting of instructions is supported like this: "qemu64,+ssse3".
265265
# 🟢 Builtin default: hard-coded arch map with type (see the output of `limactl info | jq .defaultTemplate.cpuType`)
266266
cpuType:
267-
# aarch64: "cortex-a72" # (or "host" when running on aarch64 host)
268-
# armv7l: "cortex-a7" # (or "host" when running on armv7l host)
269-
# riscv64: "rv64" # (or "host" when running on riscv64 host)
270-
# x86_64: "qemu64" # (or "host,-pdpe1gb" when running on x86_64 host)
267+
# aarch64: "cortex-a72" # (or "host" when running on aarch64 host)
268+
# armv7l: "cortex-a7" # (or "host" when running on armv7l host)
269+
# riscv64: "rv64" # (or "host" when running on riscv64 host)
270+
# x86_64: "qemu64" # (or "host,-pdpe1gb" when running on x86_64 host)
271271

272272
rosetta:
273273
# Enable Rosetta for Linux (EXPERIMENTAL; will graduate from experimental in Lima v1.0).
@@ -456,8 +456,8 @@ hostResolver:
456456
# predefined to specify the gateway address to the host.
457457
# 🟢 Builtin default: null
458458
hosts:
459-
# guest.name: 127.1.1.1
460-
# host.name: host.lima.internal
459+
# guest.name: 127.1.1.1
460+
# host.name: host.lima.internal
461461

462462
# If hostResolver.enabled is false, then the following rules apply for configuring dns:
463463
# Explicitly set DNS addresses for qemu user-mode networking. By default qemu picks *one*

0 commit comments

Comments
 (0)