diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-07 08:48:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 08:48:54 -0400 |
commit | d9b55bd830e47fdbae0054afd0035342bb21c76e (patch) | |
tree | 0ea25bb4713c6f7a8344386952bb15c15080d4a2 | |
parent | move #8444 to 'feature' (diff) | |
download | synapse-d9b55bd830e47fdbae0054afd0035342bb21c76e.tar.xz |
Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475)
-rw-r--r-- | changelog.d/8475.misc | 1 | ||||
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/8475.misc b/changelog.d/8475.misc new file mode 100644 index 0000000000..69bcb04097 --- /dev/null +++ b/changelog.d/8475.misc @@ -0,0 +1 @@ +Add Groovy Gorilla to the list of distributions we build `.deb`s for. diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index d055cf3287..d0685c8b35 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -25,6 +25,7 @@ DISTS = ( "ubuntu:xenial", "ubuntu:bionic", "ubuntu:focal", + "ubuntu:groovy", ) DESC = '''\ |