Skip to content

Commit 8137d3a

Browse files
committed
templates: fix minimumLimaVersion for riscv64-enabled templates
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8b995a3 commit 8137d3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/ubuntu-22.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This template requires Lima v0.7.0 or later.
1+
minimumLimaVersion: "1.0.0"
22
images:
33
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
44
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20241002/ubuntu-22.04-server-cloudimg-amd64.img"

templates/ubuntu-24.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This template requires Lima v0.7.0 or later.
1+
minimumLimaVersion: "1.0.0"
22
images:
33
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
44
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240821/ubuntu-24.04-server-cloudimg-amd64.img"

templates/ubuntu-24.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This template requires Lima v0.7.0 or later.
1+
minimumLimaVersion: "1.0.0"
22
images:
33
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
44
- location: "https://cloud-images.ubuntu.com/releases/24.10/release-20241009/ubuntu-24.10-server-cloudimg-amd64.img"

0 commit comments

Comments
 (0)