Skip to content
Snippets Groups Projects
Verified Commit ea7d442b authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

lxc: Add Fedora 35

parent 9915a928
No related merge requests found
......@@ -106,6 +106,8 @@ add_image "Debian" "Buster" "aarch64" "`get_lxc_url debian/buster/arm64`"
add_image "Debian" "Bullseye" "armv7l" "`get_lxc_url debian/bullseye/armhf`"
add_image "Debian" "Bullseye" "aarch64" "`get_lxc_url debian/bullseye/arm64`"
add_image "Fedora" "34" "aarch64" "`get_lxc_url fedora/34/arm64`"
add_image "Fedora" "35" "armv7l" "`get_lxc_url fedora/35/armhf`"
add_image "Fedora" "35" "aarch64" "`get_lxc_url fedora/35/arm64`"
add_image "Gentoo" "stable" "armv7l" "`get_gentoo_url arm armv7a_hardfp`"
add_image "openSUSE" "15.3" "armv7l" "`get_opensuse_url https://download.opensuse.org/ports/armv7hl/distribution/leap/15.3/appliances`"
add_image "openSUSE" "15.3" "aarch64" "`get_opensuse_url https://download.opensuse.org/ports/aarch64/distribution/leap/15.3/appliances`"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment