shared: Add gentoo to list of valid mappings

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2019-02-10 00:03:21 -05:00
parent ece542ece3
commit 56a1201f4f

View File

@ -275,6 +275,7 @@ func (d *Definition) Validate() error {
"alpinelinux",
"centos",
"debian",
"gentoo",
}
architectureMap := strings.TrimSpace(d.Mappings.ArchitectureMap)