diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-17 13:48:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 13:48:59 +0100 |
commit | c8132f4a31be2717976052424abeb1ed40e947c8 (patch) | |
tree | 4e3163e2de891e1ae173d3db45e2bd7960c6da16 /scripts-dev | |
parent | Centralise the custom template directory (#10596) (diff) | |
download | synapse-c8132f4a31be2717976052424abeb1ed40e947c8.tar.xz |
Build debs for bookworm (#10612)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 6153cb225f..e9f89e38ef 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -20,8 +20,9 @@ from concurrent.futures import ThreadPoolExecutor from typing import Optional, Sequence DISTS = ( - "debian:buster", + "debian:buster", # oldstable: EOL 2022-08 "debian:bullseye", + "debian:bookworm", "debian:sid", "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) |