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

(packaging) PE-16465 Add windows and windowsfips to platform_repos #2344

Open
wants to merge 1 commit into
base: 7.x
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ platform_repos:
repo_location: repos/solaris/11/**/*.i386.p5p
- name: solaris-11-sparc
repo_location: repos/solaris/11/**/*.sparc.p5p
- name: windows
repo_location: repos/windows/puppet-agent-[0-9]*.msi
- name: windowsfips
repo_location: repos/windowsfips/puppet-agent-[0-9]*.msi

deb_targets: 'xenial-amd64 bionic-amd64 focal-amd64 jammy-amd64'
rpm_targets: 'el-6-x86_64 el-7-x86_64 el-8-x86_64 el-9-x86_64 redhatfips-7-x86_64 redhatfips-8-x86_64 sles-12-x86_64 sles-15-x86_64'
sign_tar: FALSE
Expand Down