mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-05 19:30:59 +00:00
feat: add option for custom socket path (#698)
This commit is contained in:
parent
70fdafa41d
commit
ddb45c943b
4 changed files with 9 additions and 1 deletions
|
@ -28,6 +28,7 @@ type Input struct {
|
|||
privileged bool
|
||||
usernsMode string
|
||||
containerArchitecture string
|
||||
containerDaemonSocket string
|
||||
noWorkflowRecurse bool
|
||||
useGitIgnore bool
|
||||
githubInstance string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue