Skip to content

Commit 0b39b44

Browse files
committed
templates: add experimental/debian-testing
Fix issue 3629 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 448e039 commit 0b39b44

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

templates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Distro:
3434
- [`experimental/gentoo`](./experimental/gentoo.yaml): [experimental] Gentoo
3535
- [`experimental/opensuse-tumbleweed`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
3636
- [`experimental/debian-sid`](./experimental/debian-sid.yaml): [experimental] Debian Sid
37+
- [`experimental/debian-13`](./experimental/debian-13.yaml), `experimental/debian-testing`: [experimental] Debian GNU/Linux 13 (Trixie)
3738

3839
Alternative package managers:
3940
- [`linuxbrew.yaml`](./linuxbrew.yaml): [Homebrew](https://brew.sh) on Linux (Ubuntu)

templates/experimental/debian-13.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
minimumLimaVersion: 1.1.0
2+
3+
base: template://_default/mounts
4+
5+
images:
6+
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2
7+
arch: x86_64
8+
9+
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-arm64-daily.qcow2
10+
arch: aarch64
11+
12+
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-ppc64el-daily.qcow2
13+
arch: ppc64le
14+
15+
mountTypesUnsupported: [9p]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
debian-13.yaml

0 commit comments

Comments
 (0)