Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475)
This commit is contained in:
parent
9de6e9e249
commit
d9b55bd830
|
@ -0,0 +1 @@
|
|||
Add Groovy Gorilla to the list of distributions we build `.deb`s for.
|
|
@ -25,6 +25,7 @@ DISTS = (
|
|||
"ubuntu:xenial",
|
||||
"ubuntu:bionic",
|
||||
"ubuntu:focal",
|
||||
"ubuntu:groovy",
|
||||
)
|
||||
|
||||
DESC = '''\
|
||||
|
|
Loading…
Reference in New Issue