Skip to content

Commit

Permalink
Add support in Amazon Linux and FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
RiANOl committed Dec 2, 2016
1 parent 6ac29f1 commit 48f8dd4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
}
],
"operatingsystem_support": [
{
"operatingsystem": "Amazon",
"operatingsystemrelease": [
"2014.09",
"2015.03",
"2015.09",
"2016.03"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
Expand Down Expand Up @@ -98,6 +107,13 @@
"11.4",
"12.0"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10",
"11"
]
}
]
}

0 comments on commit 48f8dd4

Please sign in to comment.