Skip to content

Commit

Permalink
Merge pull request #106 from trevor-vaughan/add_el8_support
Browse files Browse the repository at this point in the history
Add EL8 to metadata.json
  • Loading branch information
binford2k committed Mar 2, 2020
2 parents 3cf2bef + f85c3db commit 03d3c35
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
Expand All @@ -30,14 +31,16 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
Expand Down

0 comments on commit 03d3c35

Please sign in to comment.