Skip to content

Commit

Permalink
Merge pull request #316 from SimonHoenscheid/rhel8_support
Browse files Browse the repository at this point in the history
add EL8 Support and add missing EL flavours
  • Loading branch information
SimonHoenscheid authored Dec 18, 2023
2 parents 788645a + 4526592 commit 251d737
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,38 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
Expand Down

0 comments on commit 251d737

Please sign in to comment.