mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-25 08:15:02 +01:00
feat: tart macOS vm's as job container (#33)
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
This commit is contained in:
9
pkg/tart/config_darwin.go
Normal file
9
pkg/tart/config_darwin.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package tart
|
||||
|
||||
type Config struct {
|
||||
SSHUsername string
|
||||
SSHPassword string
|
||||
Softnet bool
|
||||
Headless bool
|
||||
AlwaysPull bool
|
||||
}
|
||||
Reference in New Issue
Block a user