Build Debian packages for Ubuntu 22.10 Kinetic Kudu (#14396)
Signed-off-by: Sean Quah <seanq@matrix.org>pull/14409/head
parent
22d46db0ea
commit
0cf48f2d5f
|
@ -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 New Issue