mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475)
This commit is contained in:
parent
9de6e9e249
commit
d9b55bd830
2 changed files with 2 additions and 0 deletions
1
changelog.d/8475.misc
Normal file
1
changelog.d/8475.misc
Normal file
|
@ -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 a new issue