mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
Build Debian packages for Ubuntu 22.10 Kinetic Kudu (#14396)
Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
parent
22d46db0ea
commit
0cf48f2d5f
2 changed files with 2 additions and 0 deletions
1
changelog.d/14396.feature
Normal file
1
changelog.d/14396.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Build Debian packages for Ubuntu 22.10 (Kinetic Kudu).
|
|
@ -27,6 +27,7 @@ DISTS = (
|
||||||
"debian:sid",
|
"debian:sid",
|
||||||
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
|
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
|
||||||
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04)
|
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04)
|
||||||
|
"ubuntu:kinetic", # 22.10 (EOL 2023-07-20)
|
||||||
)
|
)
|
||||||
|
|
||||||
DESC = """\
|
DESC = """\
|
||||||
|
|
Loading…
Reference in a new issue