diff options
author | Shay <hillerys@element.io> | 2022-04-26 02:34:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 10:34:59 +0100 |
commit | 99ab45423a0677ea816eb4e81c28f46dd22fc76c (patch) | |
tree | 7e34a80c0ebde3daa319b2af8f9cdffb4b2e1c6e /scripts-dev | |
parent | Optimise backfill calculation (#12522) (diff) | |
download | synapse-99ab45423a0677ea816eb4e81c28f46dd22fc76c.tar.xz |
build debian package for jammy jellyfish (#12543)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts-dev/build_debian_packages.py b/scripts-dev/build_debian_packages.py index 7ff96a1ee6..e3e6878686 100755 --- a/scripts-dev/build_debian_packages.py +++ b/scripts-dev/build_debian_packages.py @@ -26,6 +26,7 @@ DISTS = ( "debian:sid", "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) "ubuntu:impish", # 21.10 (EOL 2022-07) + "ubuntu:jammy", # 22.04 LTS (EOL 2027-04) ) DESC = """\ |