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

lxc-generator: fix changed locations for CentOS 8

parent 2ecff8b8
No related merge requests found
......@@ -98,7 +98,7 @@ add_image "Alpine" "Edge" "armv7l" "`get_lxc_url alpine/edge/armhf`"
add_image "Alpine" "Edge" "aarch64" "`get_lxc_url alpine/edge/arm64`"
add_image "ArchLinux" "latest" "armv7l" "`get_lxc_url archlinux/current/armhf`"
add_image "ArchLinux" "latest" "aarch64" "`get_lxc_url archlinux/current/arm64`"
add_image "CentOS" "8" "aarch64" "`get_lxc_url centos/8/arm64`"
add_image "CentOS" "8" "aarch64" "`get_lxc_url centos/8-Stream/arm64`"
add_image "Debian" "Stretch" "armv7l" "`get_lxc_url debian/stretch/armhf`"
add_image "Debian" "Stretch" "aarch64" "`get_lxc_url debian/stretch/arm64`"
add_image "Debian" "Buster" "armv7l" "`get_lxc_url debian/buster/armhf`"
......
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