Skip to content

Commit 0c1873b

Browse files
committed
templates: update armv7l to use Ubuntu 23.04 (to match riscv64)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent b28e8b8 commit 0c1873b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/experimental/armv7l.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
arch: "armv7l"
44
images:
55
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
6-
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20230518/ubuntu-22.04-server-cloudimg-armhf.img"
6+
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-armhf.img"
77
arch: "armv7l"
8-
digest: "sha256:f9baf349e9f4bb4acc6cbd14dc82aa2aa514fd76e06c74678e5453f0e6717fd2"
8+
digest: "sha256:ab0a4f4e9538694f6edc0e2f8bc18923ec364333dd2883377949d99e2f4788c6"
99
# Fallback to the latest release image.
1010
# Hint: run `limactl prune` to invalidate the cache
11-
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-armhf.img"
11+
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-armhf.img"
1212
arch: "armv7l"
1313

1414
mounts:

0 commit comments

Comments
 (0)