Skip to content

Commit

Permalink
Adding more recent supported Linux distros and versions (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
avitacco authored Jan 28, 2025
1 parent 663d94f commit df00803
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,43 @@
"8.0"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04",
"24.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9",
"10",
"11"
"11",
"12"
]
}
],
Expand Down

0 comments on commit df00803

Please sign in to comment.