From 2f677ca8870b97171d2f216eeeb3bfc85b5c9e31 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:24:48 +0530 Subject: [PATCH] "(PA-6052) Revert of Revert platforms(Debian 11 ARM, MacOS14 ARM/Intel and Amazon Linux 2023 ARM/Intel) not intended to be promoted to PE" This reverts commit 363e57047e79fbd771e5789b65e31bfc24d08025. --- ext/build_defaults.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index c5fc194d0d..780c59b364 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -39,6 +39,10 @@ foss_platforms: platform_repos: - name: aix-7.2-power repo_location: repos/aix/7.2/**/ppc + - name: amazon-2023-x86_64 + repo_location: repos/amazon/2023/**/x86_64 + - name: amazon-2023-aarch64 + repo_location: repos/amazon/2023/**/aarch64 - name: el-7-x86_64 repo_location: repos/el/7/**/x86_64 - name: el-8-x86_64 @@ -65,6 +69,8 @@ platform_repos: repo_location: repos/apt/buster - name: debian-11-amd64 repo_location: repos/apt/bullseye + - name: debian-11-aarch64 + repo_location: repos/apt/bullseye - name: ubuntu-18.04-amd64 repo_location: repos/apt/bionic - name: ubuntu-18.04-aarch64 @@ -87,6 +93,10 @@ platform_repos: repo_location: repos/apple/13/**/arm64/*.dmg - name: osx-13-x86_64 repo_location: repos/apple/13/**/x86_64/*.dmg + - name: osx-14-x86_64 + repo_location: repos/apple/14/**/x86_64/*.dmg + - name: osx-14-arm64 + repo_location: repos/apple/14/**/arm64/*.dmg - name: solaris-11-i386 repo_location: repos/solaris/11/**/*.i386.p5p - name: solaris-11-sparc