8000 Add the aarch64 cloud image for tumbleweed by afbjorklund · Pull Request #2613 · lima-vm/lima · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add the aarch64 cloud image for tumbleweed #2613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions examples/experimental/opensuse-tumbleweed.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
# NOTE: Tumbleweed image is known to be broken as of April 2023:
# https://github.com/lima-vm/lima/issues/1496
#
# This template requires Lima v0.11.3 or later
images:
# Hint: run `limactl prune` to invalidate the "Current" cache
- location: "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
arch: "x86_64"
# JeOS is deprecated and will be removed probably, but Minimal-VM.aarch64-kvm-and-xen still lacks cloud-init
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210246
- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-Cloud.qcow2"
arch: "aarch64"
# download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
- location: "https://provo-mirror.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud. 5B42 qcow2"
arch: "x86_64"
- location: "https://provo-mirror.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
arch: "aarch64"

mounts:
- location: "~"
- location: "/tmp/lima"
Expand Down
Loading
0