Skip to content

Commit

Permalink
Merge pull request #1251 from skyamgarp/PA-4673
Browse files Browse the repository at this point in the history
(PA-4673) Update puppetlabs/packaging platform hash to include RedHat…
  • Loading branch information
skyamgarp authored Apr 2, 2024
2 parents f8f2634 + edb2202 commit ea9c9b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## [Unreleased]
### Added
- (PA-4673) Added platform for RedHat 9 (Power9)

## [0.117.0] - 2024-03-26
### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/packaging/platforms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module Platforms
repo: true,
},
'9' => {
architectures: ['x86_64', 'aarch64'],
architectures: ['x86_64', 'aarch64', 'ppc64le'],
source_architecture: 'SRPMS',
package_format: 'rpm',
source_package_formats: ['src.rpm'],
Expand Down

0 comments on commit ea9c9b8

Please sign in to comment.