浏览代码

Build debs for bookworm (#10612)

tags/v1.41.0rc1
Richard van der Hoff 2 年前
committed by GitHub
父节点
当前提交
c8132f4a31
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. +1
    -0
      changelog.d/10612.misc
  2. +2
    -1
      scripts-dev/build_debian_packages

+ 1
- 0
changelog.d/10612.misc 查看文件

@@ -0,0 +1 @@
Build Debian packages for Debian 12 (Bookworm).

+ 2
- 1
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)


正在加载...
取消
保存