mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
add flag of privileged mode
This commit is contained in:
parent
0049033470
commit
4d237924ac
6 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,7 @@ type Config struct {
|
|||
Env map[string]string // env for containers
|
||||
Secrets map[string]string // list of secrets
|
||||
Platforms map[string]string // list of platforms
|
||||
Privileged bool // use privileged mode
|
||||
}
|
||||
|
||||
type runnerImpl struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue