diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-11-09 10:33:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 10:33:13 +0000 |
commit | 0cf48f2d5fb0b7c9d76413045c2affbc5d88c0ee (patch) | |
tree | 869b2ec35662ed254dcb6be3d14a99d490d853be | |
parent | Test against PostgreSQL 15 in CI (#14394) (diff) | |
download | synapse-0cf48f2d5fb0b7c9d76413045c2affbc5d88c0ee.tar.xz |
Build Debian packages for Ubuntu 22.10 Kinetic Kudu (#14396)
Signed-off-by: Sean Quah <seanq@matrix.org>
-rw-r--r-- | changelog.d/14396.feature | 1 | ||||
-rwxr-xr-x | scripts-dev/build_debian_packages.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/14396.feature b/changelog.d/14396.feature new file mode 100644 index 0000000000..e875916885 --- /dev/null +++ b/changelog.d/14396.feature @@ -0,0 +1 @@ +Build Debian packages for Ubuntu 22.10 (Kinetic Kudu). diff --git a/scripts-dev/build_debian_packages.py b/scripts-dev/build_debian_packages.py index cd2e64b75f..7442300196 100755 --- a/scripts-dev/build_debian_packages.py +++ b/scripts-dev/build_debian_packages.py @@ -27,6 +27,7 @@ DISTS = ( "debian:sid", "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) ) DESC = """\ |