Skip to content

Commit

Permalink
Update distro version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDeBlofeld committed Nov 16, 2022
1 parent 8030460 commit 951d201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chmod u+x build.sh
sysArch=$(arch)
[ "$sysArch" == "aarch64" ] && archhfName='armv8l' || archhfName='armv7l'

declare -A lxcDistroMap=(["bullseye"]="debian/11/" ["buster"]="debian/10/" ["stretch"]="debian/9/" ["jammy"]="ubuntu/22.04/" ["hirsute"]="ubuntu/21.04/" ["focal"]="ubuntu/20.04/" ["bionic"]="ubuntu/18.04/")
declare -A lxcDistroMap=(["bullseye"]="debian/11/" ["buster"]="debian/10/" ["stretch"]="debian/9/" ["kinetic"]="ubuntu/22.10/" ["jammy"]="ubuntu/22.04/" ["focal"]="ubuntu/20.04/" ["bionic"]="ubuntu/18.04/")

# Assign the distros which need to be build
configLxcDistros=("jammy" "focal" "bionic" "bullseye" "buster")
Expand Down

0 comments on commit 951d201

Please sign in to comment.