Skip to content

Commit

Permalink
Merge pull request #3 from bastelfreak/pr1
Browse files Browse the repository at this point in the history
Add more OS support
  • Loading branch information
bastelfreak committed Feb 18, 2024
2 parents b81b1d5 + 6249fe2 commit eac459a
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand All @@ -30,17 +31,32 @@
]
},
{
"operatingsystem": "RedHat",
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
}
]
Expand Down

0 comments on commit eac459a

Please sign in to comment.