mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01:00
add flag of privileged mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user