Skip to content

Commit

Permalink
EL9: Add EL9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
b4ldr committed Nov 12, 2024
1 parent c3e537b commit fde3f36
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,43 @@
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand Down

0 comments on commit fde3f36

Please sign in to comment.