Skip to content

Commit

Permalink
Merge pull request #367 from mhashizume/maint/master/al-2-bindings
Browse files Browse the repository at this point in the history
Update Amazon Linux 2 bindings
  • Loading branch information
joshcooper committed May 21, 2024
2 parents 052da22 + 4112690 commit 0417e36
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,22 +114,6 @@ def osinfo
'template' => 'amazon-6-x86_64',
},
},
'amazon7-64' => {
general: {
'platform' => 'el-7-x86_64',
},
abs: {
'template' => 'amazon-7-x86_64',
},
},
'amazon7-ARM64' => {
general: {
'platform' => 'el-7-aarch64',
},
abs: {
'template' => 'amazon-7-arm64',
},
},
'archlinuxrolling-64' => {
general: {
'platform' => 'archlinux-rolling-x64',
Expand Down Expand Up @@ -1129,6 +1113,8 @@ def generate_osinfo
end

# Amazon Linux
yield %w[amazon7-64 amazon-7-x86_64]
yield %w[amazon7-AARCH64 amazon-7-aarch64]
yield %w[amazon2023-64 amazon-2023-x86_64]
yield %w[amazon2023-AARCH64 amazon-2023-aarch64]

Expand Down

0 comments on commit 0417e36

Please sign in to comment.