Skip to content

Commit

Permalink
Merge pull request puppetlabs#2425 from span786/PA-5572-8-update-buil…
Browse files Browse the repository at this point in the history
…d-defaults-yaml-to-enable-amazon-linux-2023-for-internal-nightlies-ship

PA-5572 : Updated build defaults to enable amazon linux for internal nightlies
  • Loading branch information
joshcooper committed Nov 22, 2023
2 parents 66a3c36 + 2a8e32b commit 75c1a99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project: 'puppet-agent'
# to retrieve and deploy, see https://github.com/puppetlabs/packaging/blob/0.110.0/tasks/nightly_repos.rake#L149
# Only add a platform to this list if it has already been added as a BUILD_TARGET
foss_platforms:
- amazon-2023-x86_64
- amazon-2023-aarch64
- debian-10-amd64
- debian-11-amd64
- debian-11-aarch64
Expand Down Expand Up @@ -35,6 +37,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
Expand Down

0 comments on commit 75c1a99

Please sign in to comment.