From f39096a450d3f4627c336905c0ca22a61bacc0f2 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:36:03 +0530 Subject: [PATCH] (PA-5761x) Update build_defaults.yaml to enable Debian 12 (ARM) for internal nightlies ship 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 03c9723539..bf0e6f6a22 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-aarch64 - el-6-i386 - el-6-x86_64 - el-7-x86_64 @@ -82,6 +83,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