File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
arch : " x86_64"
2
2
images :
3
+ # Hint: run `limactl prune` to invalidate the "LATEST" cache
3
4
- location : " https://linuximages.de/openstack/arch/arch-openstack-LATEST-image-bootstrap.qcow2"
4
5
arch : " x86_64"
5
6
mounts :
Original file line number Diff line number Diff line change 10
10
# lima-k3s Ready control-plane,master 69s v1.21.1+k3s1
11
11
12
12
images :
13
- - location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
14
- arch : " x86_64"
13
+ # Hint: run `limactl prune` to invalidate the "current" cache
14
+ - location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
15
+ arch : " x86_64"
16
+ - location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-arm64.img"
17
+ arch : " aarch64"
15
18
16
19
# Mounts are disabled in this example, but can be enabled optionally.
17
20
mounts : []
Original file line number Diff line number Diff line change 1
1
images :
2
+ # Hint: run `limactl prune` to invalidate the "current" cache
2
3
- location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
3
4
arch : " x86_64"
4
5
- location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-arm64.img"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ images:
13
13
arch : " aarch64"
14
14
15
15
# Download the file from the internet when the local file is missing.
16
+ # Hint: run `limactl prune` to invalidate the "current" cache
16
17
- location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
17
18
arch : " x86_64"
18
19
- location : " https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-arm64.img"
You can’t perform that action at this time.
0 commit comments