Skip to content

Commit

Permalink
Merge pull request #71 from zilchms/el9
Browse files Browse the repository at this point in the history
Add EL 9 support
  • Loading branch information
bastelfreak authored Mar 12, 2024
2 parents 8c00d2c + 3a4363d commit 01b0f0a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,24 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -65,8 +68,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
}
]
Expand Down

0 comments on commit 01b0f0a

Please sign in to comment.