From ec89a6fe274e8b9d575903f1db03e398c8011614 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Wed, 20 Dec 2023 11:01:16 -0600 Subject: [PATCH] (PA-5555) add debian-12 build_defaults for main internal nightlies amd64 and aarch64, include PA-5761 --- ext/build_defaults.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index 780c59b364..e26fa4b94d 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -9,6 +9,8 @@ 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 - el-8-ppc64le @@ -71,6 +73,10 @@ 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 repo_location: repos/apt/bionic - name: ubuntu-18.04-aarch64