diff --git a/templates/experimental/ubuntu-26.04.yaml b/templates/experimental/ubuntu-26.04.yaml new file mode 100644 index 00000000000..c2b15d005d7 --- /dev/null +++ b/templates/experimental/ubuntu-26.04.yaml @@ -0,0 +1,17 @@ +minimumLimaVersion: 2.0.0 + +base: template:_default/mounts + +images: +- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-amd64.img + arch: x86_64 +- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-arm64.img + arch: aarch64 +- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-armhf.img + arch: armv7l +- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-riscv64.img + arch: riscv64 +- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-s390x.img + arch: s390x +- location: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-ppc64el.img + arch: ppc64le diff --git a/templates/experimental/ubuntu-next.yaml b/templates/experimental/ubuntu-next.yaml index 17f3e55d4f1..2991b411b21 120000 --- a/templates/experimental/ubuntu-next.yaml +++ b/templates/experimental/ubuntu-next.yaml @@ -1 +1 @@ -../ubuntu-25.10.yaml \ No newline at end of file +ubuntu-26.04.yaml \ No newline at end of file