Skip to content

Commit

Permalink
Merge pull request #328 from bastelfreak/el9
Browse files Browse the repository at this point in the history
Add EL9 support
  • Loading branch information
bastelfreak authored Jun 22, 2023
2 parents 2d0b43f + a2b8057 commit 899949e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,30 @@
"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"
]
},
{
Expand Down

0 comments on commit 899949e

Please sign in to comment.