Skip to content

Commit

Permalink
os support: fix metadata + add new debian versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vStone committed Mar 1, 2022
1 parent 2cef81e commit 016c93a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6.0",
"7.0"
"6",
"7"
]
},
{
Expand All @@ -28,8 +28,10 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7.0",
"8.0"
"7",
"8",
"9",
"10"
]
}
],
Expand Down

0 comments on commit 016c93a

Please sign in to comment.