diff options
author | Hillery Shay <shaysquared@gmail.com> | 2021-10-12 11:29:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 11:29:39 -0700 |
commit | 5dcacdf6d1d444ced4e400cc0e7969170a2bff1b (patch) | |
tree | d009a25512a3ef77aab8c7c60e1cefdc7b12979f /scripts-dev | |
parent | Merge remote-tracking branch 'origin/release-v1.45' into develop (diff) | |
download | synapse-5dcacdf6d1d444ced4e400cc0e7969170a2bff1b.tar.xz |
Add support for ubuntu 21.10 "Impish Indri" (#11024)
* support ubuntu 21.10 indri * add changelog * update to correct codename Co-authored-by: Brendan Abolivier <github@brendanabolivier.com> Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
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 e9f89e38ef..3a9a2d257c 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -27,6 +27,7 @@ DISTS = ( "ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23) "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) "ubuntu:hirsute", # 21.04 (EOL 2022-01-05) + "ubuntu:impish", # 21.10 (EOL 2022-07) ) DESC = """\ |