Skip to content

Commit de546da

Browse files
authored
Merge pull request #899 from nl6720/geo.mirror.pkgbuild.com
examples: use the geo.mirror.pkgbuild.com mirror for Arch Linux
2 parents f32d795 + 8d067c4 commit de546da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/archlinux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# This example requires Lima v0.7.0 or later
22
images:
33
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
4-
- location: "https://mirror.pkgbuild.com/images/v20220515.56564/Arch-Linux-x86_64-cloudimg-20220515.56564.qcow2"
4+
- location: "https://geo.mirror.pkgbuild.com/images/v20220515.56564/Arch-Linux-x86_64-cloudimg-20220515.56564.qcow2"
55
arch: "x86_64"
66
digest: "sha256:e7ef924f6c56642e2c3a4be7c74fad4c38a8113c8d527a835b2f51dcb1977394"
77
- location: "https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
88
arch: "aarch64"
99
digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
1010
# Fallback to the latest release image.
1111
# Hint: run `limactl prune` to invalidate the cache
12-
- location: "https://mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-cloudimg.qcow2"
12+
- location: "https://geo.mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-cloudimg.qcow2"
1313
arch: "x86_64"
1414

1515
mounts:

0 commit comments

Comments
 (0)