Skip to content

Commit

Permalink
Add Alma/Rocky/Oracle support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 21, 2023
1 parent 3e09850 commit d7430a7
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -51,6 +52,27 @@
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Alpine"
},
Expand Down

0 comments on commit d7430a7

Please sign in to comment.