Skip to content

Commit

Permalink
Created a new Fedora 41 template
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamperforce authored and evgeni committed Sep 24, 2024
1 parent f940b42 commit 5ca16b3
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 @@ -1150,7 +1150,7 @@ def generate_osinfo
yield %w[aix73-POWER aix-7.3-power]

# Fedora
(19..40).each do |release|
(19..41).each do |release|
# 32 bit support was dropped in Fedora 31
yield ["fedora#{release}-32", "fedora-#{release}-i386"] if release < 31

Expand Down

0 comments on commit 5ca16b3

Please sign in to comment.