Skip to content

Commit

Permalink
Add supported OS families to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Friderici committed Aug 18, 2023
1 parent 8d1312b commit 08e52e0
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@
}
],
"operatingsystem_support": [
{
"operatingsystem": "Archlinux"
},
{
"operatingsystem": "AIX",
"operatingsystemrelease": [
"7.1",
"7.2"
]
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "OpenSuSE",
"operatingsystemrelease": [
"13",
"42"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
Expand All @@ -36,10 +56,9 @@
]
},
{
"operatingsystem": "OpenSuSE",
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"13",
"42"
"11"
]
},
{
Expand All @@ -51,9 +70,6 @@
"20.04",
"22.04"
]
},
{
"operatingsystem": "Archlinux"
}
],
"requirements": [
Expand Down

0 comments on commit 08e52e0

Please sign in to comment.