Skip to content

Commit

Permalink
Merge pull request #1462 from AkihiroSuda/tumbleweed-aarch64
Browse files Browse the repository at this point in the history
Revert "templates: opensuse-tumbleweed: remove aarch64 image due to 404"
  • Loading branch information
jandubois authored Apr 6, 2023
2 parents 9c568e0 + 8bfbfaa commit f0282b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/experimental/opensuse-tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ 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"
# No aarch64 build is found in https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/
# JeOS is deprecated and will be removed probably
- location: "http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
arch: "aarch64"
# Minimal-VM.aarch64-kvm-and-xen is known to hang: https://github.com/lima-vm/lima/pull/1194#issuecomment-1326943869
# - location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-kvm-and-xen.qcow2"
# arch: "aarch64"
mounts:
- location: "~"
- location: "/tmp/lima"
Expand Down

0 comments on commit f0282b2

Please sign in to comment.