diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-11-06 13:50:55 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-11-06 13:50:55 +0000 |
commit | 08b2868ffe5e103beefbcf4c4764224c610c5ce4 (patch) | |
tree | 3dd8a147cc87246b55db9bbbb4eaa337ec2096a7 /scripts-dev | |
parent | Update email section of INSTALL.md about account_threepid_delegates (#6272) (diff) | |
parent | build debs for eoan and bullseye (diff) | |
download | synapse-08b2868ffe5e103beefbcf4c4764224c610c5ce4.tar.xz |
Merge branch 'release-v1.5.1'
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 93305ee9b1..84eaec6a95 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -20,11 +20,13 @@ from concurrent.futures import ThreadPoolExecutor DISTS = ( "debian:stretch", "debian:buster", + "debian:bullseye", "debian:sid", "ubuntu:xenial", "ubuntu:bionic", "ubuntu:cosmic", "ubuntu:disco", + "ubuntu:eoan", ) DESC = '''\ |