mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
build debian package for jammy jellyfish (#12543)
This commit is contained in:
parent
17d99f758a
commit
99ab45423a
2 changed files with 2 additions and 0 deletions
1
changelog.d/12543.misc
Normal file
1
changelog.d/12543.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Build debian packages for Ubuntu 22.04 "Jammy Jellyfish".
|
|
@ -26,6 +26,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:impish", # 21.10 (EOL 2022-07)
|
"ubuntu:impish", # 21.10 (EOL 2022-07)
|
||||||
|
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04)
|
||||||
)
|
)
|
||||||
|
|
||||||
DESC = """\
|
DESC = """\
|
||||||
|
|
Loading…
Reference in a new issue