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 /scripts-dev | |
parent | move #8444 to 'feature' (diff) | |
download | synapse-d9b55bd830e47fdbae0054afd0035342bb21c76e.tar.xz |
Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '''\ |