Skip to content

Commit

Permalink
Add support for EL9, document Alma/Oracle/Rocky support
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 29, 2023
1 parent 2902a7a commit d890142
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions metadata.json
Expand Up @@ -17,14 +17,38 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
Expand Down

0 comments on commit d890142

Please sign in to comment.