File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ jobs:
242
242
matrix :
243
243
# Most templates use 9p as the mount type
244
244
template :
245
+ - ubuntu-25.04.yaml # The default version of Ubuntu is still 24.10 due to https://github.com/lima-vm/lima/issues/3334
245
246
- alpine.yaml
246
247
- debian.yaml # reverse-sshfs
247
248
- fedora.yaml # The default version of Fedora is still 41 due to https://github.com/lima-vm/lima/issues/3334
Original file line number Diff line number Diff line change
1
+ # This template requires Lima v0.7.0 or later.
2
+ images :
3
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
4
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release-20250415/ubuntu-25.04-server-cloudimg-amd64.img"
5
+ arch : " x86_64"
6
+ digest : " sha256:6fb0299c53b8872c51b96c54947ee25383378ed5045f2ef18c751be0cab42ecd"
7
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release-20250415/ubuntu-25.04-server-cloudimg-arm64.img"
8
+ arch : " aarch64"
9
+ digest : " sha256:d599b0769b6df1a2c9c6a04108beaa265a354f93db15f219c820567a42231486"
10
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release-20250415/ubuntu-25.04-server-cloudimg-riscv64.img"
11
+ arch : " riscv64"
12
+ digest : " sha256:accc86a8fea04dff4599fe776fddcaa5ae7d498cbac69a0c25d4dd0292b79b38"
13
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release-20250415/ubuntu-25.04-server-cloudimg-armhf.img"
14
+ arch : " armv7l"
15
+ digest : " sha256:28f9959f528f3c7e172b367fdae4032a09e75b4a8499283c6c4c611d91bf9699"
16
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release-20250415/ubuntu-25.04-server-cloudimg-s390x.img"
17
+ arch : " s390x"
18
+ digest : " sha256:0ea6c52f2bbf3d35a767f92afe8adc4a648ebf0d31a325dfb97e21be6ef20c70"
19
+ # Fallback to the latest release image.
20
+ # Hint: run `limactl prune` to invalidate the cache
21
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release/ubuntu-25.04-server-cloudimg-amd64.img"
22
+ arch : " x86_64"
23
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release/ubuntu-25.04-server-cloudimg-arm64.img"
24
+ arch : " aarch64"
25
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release/ubuntu-25.04-server-cloudimg-riscv64.img"
26
+ arch : " riscv64"
27
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release/ubuntu-25.04-server-cloudimg-armhf.img"
28
+ arch : " armv7l"
29
+ - location : " https://cloud-images.ubuntu.com/releases/plucky/release/ubuntu-25.04-server-cloudimg-s390x.img"
30
+ arch : " s390x"
31
+ mounts :
32
+ - location : " ~"
33
+ - location : " /tmp/lima"
34
+ writable : true
35
+
36
+ # # NOTE: Intel Mac requires setting vmType to qemu
37
+ # # https://github.com/lima-vm/lima/issues/3334
38
+ # vmType: qemu
You can’t perform that action at this time.
0 commit comments