Skip to content

Commit

Permalink
Copy amazon 7 to 2
Browse files Browse the repository at this point in the history
Add an entry in the packaging hash for Amazon 2 that is a copy of Amazon 7.
Since it's an addition, it's not a breaking change.
  • Loading branch information
joshcooper committed Jun 3, 2024
1 parent 124f641 commit 4f41726
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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
- Add Amazon 2 (ARM) packaging platform

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

'debian' => {
Expand Down

0 comments on commit 4f41726

Please sign in to comment.