Skip to content

Commit c702a8d

Browse files
committed
examples: add support for Ubuntu LTS
Signed-off-by: KOSHIKAWA Kenichi <[email protected]>
1 parent 4b1125a commit c702a8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/ubuntu-lts.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This example requires Lima v0.7.0 or later.
2+
images:
3+
# Hint: run `limactl prune` to invalidate the "current" cache
4+
- location: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
5+
arch: "x86_64"
6+
- location: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
7+
arch: "aarch64"
8+
mounts:
9+
- location: "~"
10+
- location: "/tmp/lima"
11+
writable: true

0 commit comments

Comments
 (0)