Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for rocky 9 and Almalinux 9 #375

Closed
wants to merge 2 commits into from

Conversation

smahima27
Copy link
Contributor

No description provided.

@@ -1135,7 +1135,7 @@ def generate_osinfo
# AlmaLinux and Rocky
%w[almalinux rocky].each do |os|
(8..9).each do |release|
yield ["#{os}#{release}-64", "el-#{release}-x86_64"]
yield ["#{os}#{release}-64", "el-#{release}-x86_64", "#{os}#{release}-amd64"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you elaborate why this is needed?

@smahima27 smahima27 closed this Jun 24, 2024
@smahima27 smahima27 deleted the RE-16338 branch June 24, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants