mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01:00
adds the tart:// protocol to platform mapping e.g. `-P macos-14=tart://ghcr.io/cirruslabs/macos-sonoma-base:latest` if you have a mac. `add-path` is probably broken
10 lines
131 B
Go
10 lines
131 B
Go
package tart
|
|
|
|
type Config struct {
|
|
SSHUsername string
|
|
SSHPassword string
|
|
Softnet bool
|
|
Headless bool
|
|
AlwaysPull bool
|
|
}
|