diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-04-03 19:37:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 19:37:26 +0100 |
commit | 8aa121c2be699af439f48af785c23cda189c9198 (patch) | |
tree | 1e7c21ad767b161f0157443da65174416a7002cf | |
parent | Call appservices on modern paths, falling back to legacy paths. (#15317) (diff) | |
download | synapse-8aa121c2be699af439f48af785c23cda189c9198.tar.xz |
Build Debian packages for Ubuntu 23.04 Lunar Lobster (#15381)
Signed-off-by: Sean Quah <seanq@matrix.org>
-rw-r--r-- | changelog.d/15381.feature | 1 | ||||
-rwxr-xr-x | scripts-dev/build_debian_packages.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/15381.feature b/changelog.d/15381.feature new file mode 100644 index 0000000000..ba5b578564 --- /dev/null +++ b/changelog.d/15381.feature @@ -0,0 +1 @@ +Build Debian packages for Ubuntu 23.04 (Lunar Lobster). diff --git a/scripts-dev/build_debian_packages.py b/scripts-dev/build_debian_packages.py index 7442300196..ede7665011 100755 --- a/scripts-dev/build_debian_packages.py +++ b/scripts-dev/build_debian_packages.py @@ -28,6 +28,7 @@ DISTS = ( "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) "ubuntu:jammy", # 22.04 LTS (EOL 2027-04) "ubuntu:kinetic", # 22.10 (EOL 2023-07-20) + "ubuntu:lunar", # 23.04 (EOL 2024-01) ) DESC = """\ |