Skip to content

Commit

Permalink
Merge pull request #55 from zilchms/EL
Browse files Browse the repository at this point in the history
Add RedHat/CentOS/Rocky/Alma 8 and 9 support
  • Loading branch information
zilchms authored Feb 16, 2024
2 parents 33389fc + fb13728 commit 9355fd5
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -58,6 +61,20 @@
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
Expand Down

0 comments on commit 9355fd5

Please sign in to comment.