Add groovy and hirsute to ubuntu builds
This commit is contained in:
parent
8f783c0ec4
commit
2308bfab8e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue