summary refs log tree commit diff
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-04-26 02:34:59 -0700
committerGitHub <noreply@github.com>2022-04-26 10:34:59 +0100
commit99ab45423a0677ea816eb4e81c28f46dd22fc76c (patch)
tree7e34a80c0ebde3daa319b2af8f9cdffb4b2e1c6e
parentOptimise backfill calculation (#12522) (diff)
downloadsynapse-99ab45423a0677ea816eb4e81c28f46dd22fc76c.tar.xz
build debian package for jammy jellyfish (#12543)
-rw-r--r--changelog.d/12543.misc1
-rwxr-xr-xscripts-dev/build_debian_packages.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/12543.misc b/changelog.d/12543.misc
new file mode 100644
index 0000000000..eed7a6973c
--- /dev/null
+++ b/changelog.d/12543.misc
@@ -0,0 +1 @@
+Build debian packages for Ubuntu 22.04 "Jammy Jellyfish".
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 = """\