Skip to content

Commit

Permalink
(PA-5568) Added platform for Amazon Linux 2023 for x86_64 & aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
span786 committed Oct 26, 2023
1 parent 8adf33f commit ef54b5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/packaging/platforms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ module Platforms
},
},

'amazon' => {
'2023' => {
architectures: ['x86_64', 'aarch64'],
source_architecture: 'SRPMS',
package_format: 'rpm',
source_package_formats: ['src.rpm'],
signature_format: 'v4',
repo: true,
},
},

'debian' => {
'10' => {
codename: 'buster',
Expand Down

0 comments on commit ef54b5d

Please sign in to comment.