Skip to content

Commit c66925c

Browse files
authored
Merge pull request #4311 from AkihiroSuda/ubuntu-26.04
templates: experimental/ubuntu-next: point to ubuntu-26.04
2 parents 982bf1e + 7c5cc89 commit c66925c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
minimumLimaVersion: 2.0.0
2+
3+
base: template:_default/mounts
4+
5+
images:
6+
- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-amd64.img
7+
arch: x86_64
8+
- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-arm64.img
9+
arch: aarch64
10+
- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-armhf.img
11+
arch: armv7l
12+
- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-riscv64.img
13+
arch: riscv64
14+
- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-s390x.img
15+
arch: s390x
16+
- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-ppc64el.img
17+
arch: ppc64le
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../ubuntu-25.10.yaml
1+
ubuntu-26.04.yaml

0 commit comments

Comments
 (0)