Skip to content

Commit 6b17018

Browse files
authored
Merge pull request #1098 from AkihiroSuda/el8-not-for-m1
examples: add note that EL8 distros do not work on M1 (EL9 works)
2 parents d7193af + efc36be commit 6b17018

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

examples/almalinux.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This example requires Lima v0.8.3 or later.
22

3+
# NOTE: EL8-based distros are known not to work on M1 chips: https://github.com/lima-vm/lima/issues/841
4+
# EL9-based distros are known to work.
5+
36
images:
47
- location: "http://repo.almalinux.org/almalinux/8.6/cloud/x86_64/images/AlmaLinux-8-GenericCloud-8.6-20220513.x86_64.qcow2"
58
arch: "x86_64"

examples/centos-stream.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This example requires Lima v0.8.3 or later.
22

3+
# NOTE: EL8-based distros are known not to work on M1 chips: https://github.com/lima-vm/lima/issues/841
4+
# EL9-based distros are known to work.
5+
36
images:
47
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220125.1.x86_64.qcow2"
58
arch: "x86_64"

examples/oraclelinux.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Oracle image licence: https://www.oracle.com/downloads/licenses/oracle-linux-license.html
33
# Image source: https://yum.oracle.com/oracle-linux-templates.html
44

5+
# NOTE: EL8-based distros are known not to work on M1 chips: https://github.com/lima-vm/lima/issues/841
6+
# EL9-based distros are known to work.
7+
58
images:
69
- location: "https://yum.oracle.com/templates/OracleLinux/OL8/u6/x86_64/OL8U6_x86_64-kvm-b126.qcow"
710
arch: "x86_64"

examples/rocky.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This example requires Lima v0.8.3 or later.
22

3+
# NOTE: EL8-based distros are known not to work on M1 chips: https://github.com/lima-vm/lima/issues/841
4+
# EL9-based distros are known to work.
5+
36
images:
47
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
58
arch: "x86_64"

0 commit comments

Comments
 (0)