Add groovy and hirsute to ubuntu builds

This commit is contained in:
Isaac Connor 2021-02-09 23:32:19 -05:00
parent 8f783c0ec4
commit 2308bfab8e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ fi;
if [ "$DISTROS" == "" ]; then
if [ "$RELEASE" != "" ]; then
DISTROS="xenial,bionic,focal"
DISTROS="xenial,bionic,focal,groovy,hirsute"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;