1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-25 19:17:01 +00:00

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 cdb2374333
commit ebe7dfdaf3
2 changed files with 3 additions and 3 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 {