Skip to content

Commit

Permalink
Merge pull request #378 from voxpupuli/el9
Browse files Browse the repository at this point in the history
Add EL9 support
  • Loading branch information
bastelfreak authored Oct 31, 2023
2 parents 600210c + 06debe7 commit 11ae6e5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,37 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand Down

0 comments on commit 11ae6e5

Please sign in to comment.