We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66464fc commit be066efCopy full SHA for be066ef
examples/archlinux.yaml
@@ -1,7 +1,8 @@
1
# This example requires Lima v0.5.0 or later
2
arch: "x86_64"
3
images:
4
- - location: "https://gitlab.archlinux.org/archlinux/arch-boxes/-/jobs/27546/artifacts/raw/output/Arch-Linux-x86_64-cloudimg-20210630.27546.qcow2"
+ # 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"
6
7
mounts:
8
- location: "~"
0 commit comments