Fix OS versions in metadata

Add Ubuntu 18.04 to metadata file

Change-Id: Ia68ef20ca43b5f142bd0a42008687d598566c6e1
This commit is contained in:
melissaml 2018-07-23 12:23:58 +08:00
parent 3e0206a399
commit 992156aee3
1 changed files with 2 additions and 1 deletions

View File

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