cosmic is unsupported, don't build for it by default
This commit is contained in:
parent
14ed777eeb
commit
479e7c290c
|
@ -80,7 +80,7 @@ fi;
|
|||
|
||||
if [ "$DISTROS" == "" ]; then
|
||||
if [ "$RELEASE" != "" ]; then
|
||||
DISTROS="xenial,bionic,cosmic,disco,trusty"
|
||||
DISTROS="xenial,bionic,disco,trusty"
|
||||
else
|
||||
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
|
||||
fi;
|
||||
|
|
Loading…
Reference in New Issue