Remove Ubuntu Groovy from package making

This commit is contained in:
Igor Pecovnik 2021-03-06 22:04:15 +01:00
parent ed787f4a16
commit e16b48ac18

View File

@ -369,7 +369,7 @@ function build_all()
IFS=',' read -r -a RELBRANCH <<< "${KERNEL_TARGET}"
for BRANCH in "${RELBRANCH[@]}"
do
RELTARGETS=(xenial stretch buster bullseye bionic groovy focal hirsute sid)
RELTARGETS=(xenial stretch buster bullseye bionic focal hirsute sid)
for RELEASE in "${RELTARGETS[@]}"
do
display_alert "BSP for ${BOARD} ${BRANCH} ${RELEASE}."