File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Distro:
30
30
- [ ` ubuntu-lts ` ] ( ./ubuntu-lts.yaml ) : Ubuntu LTS (same as ` ubuntu.yaml ` but pinned to an LTS version)
31
31
- [ ` experimental/gentoo ` ] ( ./experimental/gentoo.yaml ) : [ experimental] Gentoo
32
32
- [ ` experimental/opensuse-tumbleweed ` ] ( ./experimental/opensuse-tumbleweed.yaml ) : [ experimental] openSUSE Tumbleweed
33
+ - [ ` experimental/debian-sid ` ] ( ./experimental/debian-sid.yaml ) : [ experimental] Debian Sid
33
34
34
35
Container engines:
35
36
- [ ` apptainer ` ] ( ./apptainer.yaml ) : Apptainer
Original file line number Diff line number Diff line change
1
+ # This template requires Lima v0.7.0 or later
2
+ images :
3
+ - location : " https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-genericcloud-amd64-daily.qcow2"
4
+ arch : " x86_64"
5
+ - location : " https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-genericcloud-arm64-daily.qcow2"
6
+ arch : " aarch64"
7
+ mountTypesUnsupported : ["9p"]
8
+ mounts :
9
+ - location : " ~"
10
+ - location : " /tmp/lima"
11
+ writable : true
You can’t perform that action at this time.
0 commit comments