Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PA-5910) Update macos14 arm in build_defaults for internal nightlies… #2446

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down