Fix OS versions in metadata

Add Ubuntu 18.04 to metadata file

Change-Id: I5c661c8140142471b92b42e27184caa46fe03fbe
This commit is contained in:
melissaml 2018-07-23 12:04:11 +08:00 committed by Tobias Urdin
parent 42eee20297
commit b4a8d32fc9
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04"
]
}
],