mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
add support to override platform
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
8c26abe6f9
commit
47376f8009
7 changed files with 38 additions and 16 deletions
|
@ -12,6 +12,7 @@ type Input struct {
|
|||
eventPath string
|
||||
reuseContainers bool
|
||||
secrets []string
|
||||
platforms []string
|
||||
dryrun bool
|
||||
forcePull bool
|
||||
logOutput bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue