From 23ff93ab1d242921da28a9fe82c0743ee8b08c7b Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Fri, 2 Feb 2024 12:59:05 -0600 Subject: [PATCH] (PA-5555) add debian-12-amd64 build_defaults for 7.x --- ext/build_defaults.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index bf0e6f6a22..27b002d7f9 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -7,6 +7,7 @@ foss_platforms: - debian-10-amd64 - debian-11-amd64 - debian-11-aarch64 + - debian-12-amd64 - debian-12-aarch64 - el-6-i386 - el-6-x86_64 @@ -83,6 +84,8 @@ platform_repos: repo_location: repos/apt/bullseye - name: debian-11-aarch64 repo_location: repos/apt/bullseye + - name: debian-12-amd64 + repo_location: repos/apt/bookworm - name: debian-12-aarch64 repo_location: repos/apt/bookworm - name: ubuntu-18.04-amd64