Skip to content

Commit

Permalink
(PA-5948): Updated host generator to use aarch64 for amazon linnux
Browse files Browse the repository at this point in the history
  • Loading branch information
span786 committed Nov 17, 2023
1 parent 64f3152 commit 29c3762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ def generate_osinfo

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

# AlmaLinux and Rocky
%w[almalinux rocky].each do |os|
Expand Down

0 comments on commit 29c3762

Please sign in to comment.