Skip to content

Commit c6c6c1e

Browse files
authored
Merge pull request #2613 from afbjorklund/opensuse-tumbleweed
Add the aarch64 cloud image for tumbleweed
2 parents 11a8430 + ec3d814 commit c6c6c1e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

examples/experimental/opensuse-tumbleweed.yaml

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
# NOTE: Tumbleweed image is known to be broken as of April 2023:
2-
# https://github.com/lima-vm/lima/issues/1496
3-
#
41
# This template requires Lima v0.11.3 or later
52
images:
63
# Hint: run `limactl prune` to invalidate the "Current" cache
74
- location: "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
85
arch: "x86_64"
9-
# JeOS is deprecated and will be removed probably, but Minimal-VM.aarch64-kvm-and-xen still lacks cloud-init
10-
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210246
11-
- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
6+
- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-Cloud.qcow2"
127
arch: "aarch64"
13-
# download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
14-
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
15-
- location: "https://provo-mirror.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
16-
arch: "x86_64"
17-
- location: "https://provo-mirror.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
18-
arch: "aarch64"
19-
208
mounts:
219
- location: "~"
2210
- location: "/tmp/lima"

0 commit comments

Comments
 (0)