Skip to content

Commit

Permalink
(PA-4122) Update build_defaults.yaml with RedHat 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashizume committed Jan 6, 2022
1 parent 3b8cf55 commit b5b741e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ foss_platforms:
- el-8-x86_64
- el-8-ppc64le
- el-8-aarch64
- el-9-x86_64
- fedora-32-x86_64
- fedora-34-x86_64
- osx-10.15-x86_64
Expand Down Expand Up @@ -62,6 +63,8 @@ platform_repos:
repo_location: repos/el/8/**/ppc64le
- name: el-8-aarch64
repo_location: repos/el/8/**/aarch64
- name: el-9-x86_64
repo_location: repos/el/9/**/x86_64
- name: redhatfips-7-x86_64
repo_location: repos/redhatfips/7/**/x86_64
- name: redhatfips-8-x86_64
Expand Down Expand Up @@ -119,7 +122,7 @@ platform_repos:
- name: solaris-11-sparc
repo_location: repos/solaris/11/**/*.sparc.p5p
deb_targets: 'xenial-amd64 bionic-amd64'
rpm_targets: 'el-6-x86_64 el-7-x86_64 el-8-x86_64 redhatfips-7-x86_64 redhatfips-8-x86_64 sles-12-x86_64'
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'
sign_tar: FALSE
osx_signing_cert: "Developer ID Installer: PUPPET LABS, INC. (VKGLGN2B6Y)"
osx_signing_keychain: "/Users/jenkins/Library/Keychains/signing.keychain"
Expand Down

0 comments on commit b5b741e

Please sign in to comment.