From b3cb45cc9f2cbd421cb9f88d9476aeec90ed2012 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Fri, 2 Feb 2024 00:21:47 -0600 Subject: [PATCH] (PA-5555) add debian-12-amd64 to foss build_defaults --- ext/build_defaults.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index 860593dc75..e26fa4b94d 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -9,6 +9,7 @@ foss_platforms: - debian-10-amd64 - debian-11-amd64 - debian-11-aarch64 + - debian-12-amd64 - debian-12-aarch64 - el-7-x86_64 - el-8-x86_64 @@ -72,6 +73,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