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:
ChristopherHX
2025-01-29 17:27:04 +01:00
committed by GitHub
parent 592dc4bf2c
commit 677e073448
10 changed files with 832 additions and 26 deletions

3
go.mod
View File

@@ -36,8 +36,10 @@ require (
require (
dario.cat/mergo v1.0.1
github.com/avast/retry-go v3.0.0+incompatible
github.com/distribution/reference v0.6.0
github.com/golang-jwt/jwt/v5 v5.2.1
golang.org/x/crypto v0.32.0
google.golang.org/protobuf v1.36.4
)
@@ -98,7 +100,6 @@ require (
go.opentelemetry.io/otel/metric v1.33.0 // indirect
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.33.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect