1
0
Fork 0
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:
whywaita 2020-08-02 05:21:49 +09:00
parent 0049033470
commit 4d237924ac
6 changed files with 8 additions and 0 deletions

View file

@ -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 {