Skip to content

Commit

Permalink
Add EL9/Rocky/Alma support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 26, 2023
1 parent 6b65de0 commit 8fa684c
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 @@ -24,7 +24,8 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -50,14 +51,16 @@
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand Down Expand Up @@ -90,13 +93,15 @@
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
}
],
Expand Down

0 comments on commit 8fa684c

Please sign in to comment.