Skip to content

Commit fce83fd

Browse files
committed
templates: Add Debian and Fedora riscv64 to experimental
The Debian image is the latest from unstable as there's no release yet for riscv64. Fedora is a Fedora 42 cloud image. It's not clear how often this will be updated, so the URL may become stale at some point. Signed-off-by: Joel Stanley <jms@tenstorrent.com>
1 parent 2adaf1d commit fce83fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

templates/_images/fedora-42.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ images:
77
arch: aarch64
88
digest: sha256:e10658419a8d50231037dc781c3155aa94180a8c7a74e5cac2a6b09eaa9342b7
99

10+
- location: https://dl.fedoraproject.org/pub/alt/risc-v/release/42/Cloud/riscv64/images/Fedora-Cloud-Base-Generic-42.20250414-8635a3a5bfcd.riscv64.qcow2
11+
arch: riscv64
12+
digest: sha256:537c67710f4f1c9112fecaafafc293b649acd1d35b46619b97b5a5a0132241b0
1013

1114
# # NOTE: Intel Mac requires setting vmType to qemu
1215
# # https://github.com/lima-vm/lima/issues/3334

templates/experimental/debian-sid.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ images:
99
- location: https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-genericcloud-arm64-daily.qcow2
1010
arch: aarch64
1111

12+
- location: https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-genericcloud-riscv64-daily.qcow2
13+
arch: riscv64
14+
1215
mountTypesUnsupported: [9p]

0 commit comments

Comments
 (0)