Skip to content

Commit f0282b2

Browse files
authored
Merge pull request #1462 from AkihiroSuda/tumbleweed-aarch64
Revert "templates: opensuse-tumbleweed: remove aarch64 image due to 404"
2 parents 9c568e0 + 8bfbfaa commit f0282b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/experimental/opensuse-tumbleweed.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ images:
33
# Hint: run `limactl prune` to invalidate the "Current" cache
44
- location: "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
55
arch: "x86_64"
6-
# No aarch64 build is found in https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/
6+
# JeOS is deprecated and will be removed probably
7+
- location: "http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
8+
arch: "aarch64"
9+
# Minimal-VM.aarch64-kvm-and-xen is known to hang: https://github.com/lima-vm/lima/pull/1194#issuecomment-1326943869
10+
# - location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-kvm-and-xen.qcow2"
11+
# arch: "aarch64"
712
mounts:
813
- location: "~"
914
- location: "/tmp/lima"

0 commit comments

Comments
 (0)