Skip to content

Commit

Permalink
Merge pull request #1259 from puppetlabs/amazon2
Browse files Browse the repository at this point in the history
Copy amazon 7 to 2
  • Loading branch information
joshcooper authored Jun 3, 2024
2 parents 124f641 + 4f41726 commit d0a981c
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 d0a981c

Please sign in to comment.