Skip to content

Commit

Permalink
Add more OSes (Alma/RH/Rocky/OL 8-9, Ubuntu 22-24, Debian 12, Fedora 40)
Browse files Browse the repository at this point in the history
* AlmaLinux 8,9
* Debian 12
* Fedora 40
* OracleLinux 8,9
* RedHat 9
* Rocky 8,9
* Ubuntu 22.04, 24.04
  • Loading branch information
jay7x committed Nov 23, 2024
1 parent e80b140 commit 5e144ad
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
}
],
"operatingsystem_support": [
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Archlinux"
},
Expand All @@ -30,19 +37,43 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11"
"11",
"12"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"40"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04"
"20.04",
"22.04",
"24.04"
]
}
]
Expand Down

0 comments on commit 5e144ad

Please sign in to comment.