Skip to content

Commit 5a98e62

Browse files
authored
Merge pull request #2717 from AkihiroSuda/workaround-2714
CI: temporarily remove ArchLinux (and demote it from Tier 1)
2 parents 01b80e7 + 522cac7 commit 5a98e62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
- alpine.yaml
222222
- debian.yaml
223223
- fedora.yaml
224-
- archlinux.yaml
224+
# cloud-init 24.3.1-1 package has a regression: https://github.com/lima-vm/lima/issues/2714
225+
# - archlinux.yaml
225226
- opensuse.yaml
226227
- experimental/net-user-v2.yaml
227228
- experimental/9p.yaml

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Distro:
1515
- [`almalinux-9`](./almalinux-9.yaml), `almalinux.yaml`: AlmaLinux 9
1616
- [`alpine`](./alpine.yaml): ☆Alpine Linux
1717
- [`alpine-iso`](./alpine-iso.yaml): ☆Alpine Linux (ISO9660 image). Compatible with the `alpine` template used in Lima prior to v1.0.
18-
- [`archlinux`](./archlinux.yaml): Arch Linux
18+
- [`archlinux`](./archlinux.yaml): Arch Linux
1919
- [`centos-stream-9`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
2020
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2121
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)

0 commit comments

Comments
 (0)