diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-11-06 13:35:56 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-11-06 13:35:56 +0000 |
commit | 4257feb20f328c83ac7cb27113f779e844623e30 (patch) | |
tree | 8003d68fec1a86e986283640db53ae4122cfb063 /scripts-dev | |
parent | 1.5.1 (diff) | |
download | synapse-4257feb20f328c83ac7cb27113f779e844623e30.tar.xz |
build debs for eoan and bullseye github/release-v1.5.1 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 = '''\ |