mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 11:48:44 +00:00
Build debs for bookworm (#10612)
This commit is contained in:
parent
5639759980
commit
c8132f4a31
2 changed files with 3 additions and 1 deletions
1
changelog.d/10612.misc
Normal file
1
changelog.d/10612.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Build Debian packages for Debian 12 (Bookworm).
|
|
@ -20,8 +20,9 @@ from concurrent.futures import ThreadPoolExecutor
|
||||||
from typing import Optional, Sequence
|
from typing import Optional, Sequence
|
||||||
|
|
||||||
DISTS = (
|
DISTS = (
|
||||||
"debian:buster",
|
"debian:buster", # oldstable: EOL 2022-08
|
||||||
"debian:bullseye",
|
"debian:bullseye",
|
||||||
|
"debian:bookworm",
|
||||||
"debian:sid",
|
"debian:sid",
|
||||||
"ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23)
|
"ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23)
|
||||||
"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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue