update for platforms

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-20 11:57:18 -05:00
parent 9511f5baf4
commit 3d3fc59dbe
3 changed files with 26 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ type Input struct {
platforms []string
dryrun bool
forcePull bool
logOutput bool
noOutput bool
}
func (i *Input) resolve(path string) string {