From e16b48ac18090fbd8be76471ac2b2d759a77242d Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 6 Mar 2021 22:04:15 +0100 Subject: [PATCH] Remove Ubuntu Groovy from package making --- lib/build-all-ng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build-all-ng.sh b/lib/build-all-ng.sh index a1f3df7815..9be92b7022 100644 --- a/lib/build-all-ng.sh +++ b/lib/build-all-ng.sh @@ -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}."