mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02: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