From 51db11724b41c3d2c5cc027119cd00e199426526 Mon Sep 17 00:00:00 2001 From: Amit Karsale Date: Wed, 13 Dec 2023 14:45:09 +0530 Subject: [PATCH] (PA-5910) Update macos14 arm in build_defaults 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 04865fa23a..780c59b364 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -22,6 +22,7 @@ foss_platforms: - osx-12-x86_64 - osx-13-x86_64 - osx-14-x86_64 + - osx-14-arm64 - sles-12-x86_64 - sles-15-x86_64 - ubuntu-18.04-amd64 @@ -94,6 +95,8 @@ platform_repos: 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