Skip to content

Commit

Permalink
PA-6352) Add Fedora 40 (Intel) to the packaging platform hash
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Apr 29, 2024
1 parent 49ac3c4 commit 492744b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## [Unreleased]
### Added
- (PA-6352) Add Fedora 40 (Intel) to the packaging platform hash
- (PA-6261) Added platform for Amazon Linux2 ARM

### Changed
Expand Down
8 changes: 8 additions & 0 deletions lib/packaging/platforms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ module Platforms
signature_format: 'v4',
repo: true,
},
'40' => {
architectures: ['x86_64'],
source_architecture: 'SRPMS',
package_format: 'rpm',
source_package_formats: ['src.rpm'],
signature_format: 'v4',
repo: true,
},
},

'osx' => {
Expand Down

0 comments on commit 492744b

Please sign in to comment.