From 9990f722e714083a93207eaa9ed2a0679da76db4 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:20:37 +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 93d8f103bbcbc6fbcf45ab0c7fe8ebf79a63e34b. --- ext/build_defaults.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index 85c2a64fe0..03c9723539 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -46,6 +46,10 @@ pe_platforms: platform_repos: - name: aix-7.1-power repo_location: repos/aix/7.1/**/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-6-i386 repo_location: repos/el/6/**/i386 - name: el-6-x86_64 @@ -76,6 +80,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 @@ -100,6 +106,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-10-i386 repo_location: repos/solaris/10/**/*.i386.pkg.gz - name: solaris-10-sparc