From 1003cdd201c36d864d6ff8fbf7ae387b39827ed6 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:32:19 +0530 Subject: [PATCH] (PA-5761) Update build_defaults.yaml to enable Debian 12 (ARM) for internal nightlies ship --- ext/build_defaults.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index 780c59b364..860593dc75 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-aarch64 - el-7-x86_64 - el-8-x86_64 - el-8-ppc64le @@ -71,6 +72,8 @@ platform_repos: repo_location: repos/apt/bullseye - name: debian-11-aarch64 repo_location: repos/apt/bullseye + - name: debian-12-aarch64 + repo_location: repos/apt/bookworm - name: ubuntu-18.04-amd64 repo_location: repos/apt/bionic - name: ubuntu-18.04-aarch64