Skip to content

Commit

Permalink
Merge pull request #111 from jay7x/add_oses
Browse files Browse the repository at this point in the history
Add AlmaLinux 8/9, CentOS 9, Debian 11/12, Fedora 40, OL 8/9, RHEL 9, Rocky 8/9, Ubuntu 20.04/22.04/24.04
  • Loading branch information
jay7x authored Nov 30, 2024
2 parents 95c966c + fe981d9 commit 65c7579
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,63 @@
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11",
"12"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"40"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"18.04",
"20.04",
"22.04",
"24.04"
]
}
],
Expand Down

0 comments on commit 65c7579

Please sign in to comment.