Buildkite¶
It is possible to run Buildkite pipeline steps in isolated ephemeral Tart Virtual Machines with the help of Tart Buildkite Plugin:
Configuration¶
The most basic configuration looks like this:
steps:
- command: uname -a
plugins:
- cirruslabs/tart#main:
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
This will run uname -r
in a macOS Tart VM cloned from ghcr.io/cirruslabs/macos-sonoma-base:latest
.
See plugin's Configuration section for the full list of available options.