Skip to content
Snippets Groups Projects
Unverified Commit c8132f4a authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Build debs for bookworm (#10612)

parent 56397599
No related branches found
No related tags found
No related merge requests found
Build Debian packages for Debian 12 (Bookworm).
...@@ -20,8 +20,9 @@ from concurrent.futures import ThreadPoolExecutor ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment