Skip to content

Commit be066ef

Browse files
committed
examples/archlinux.yaml: use more reliable image URL
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 66464fc commit be066ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/archlinux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# This example requires Lima v0.5.0 or later
22
arch: "x86_64"
33
images:
4-
- location: "https://gitlab.archlinux.org/archlinux/arch-boxes/-/jobs/27546/artifacts/raw/output/Arch-Linux-x86_64-cloudimg-20210630.27546.qcow2"
4+
# NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image.
5+
- location: "https://mirror.pkgbuild.com/images/v20210619.26314/Arch-Linux-x86_64-cloudimg-20210619.26314.qcow2"
56
arch: "x86_64"
67
mounts:
78
- location: "~"

0 commit comments

Comments
 (0)