diff --git a/registry/tart.toml b/registry/tart.toml new file mode 100644 index 0000000000..7da492fb77 --- /dev/null +++ b/registry/tart.toml @@ -0,0 +1,4 @@ +backends = ["aqua:cirruslabs/tart"] +description = "macOS and Linux VMs on Apple Silicon to use in CI and other automations" +os = ["macos"] +test = { cmd = "tart --version", expected = "{{version}}" }