Go to file
Fedor Korotkov ef6d97a77e
Build more images (#178)
Build Sequoia 15.0 and 15.1 separately since 15.0 is RC and about ot be released and 15.1 is still in beta.

Plus added Xcode 16 RC to the big runner image. But since it's RC put it first in the list so it's not default.
2024-09-10 10:18:11 -04:00
data Install Ruby 2.x.x and Node.JS LTS (#79) 2023-04-08 11:25:32 -04:00
scripts Enable UI automation by default (#137) 2024-03-19 10:32:12 -04:00
templates Build more images (#178) 2024-09-10 10:18:11 -04:00
.cirrus.star Automatically re-run tasks in case of network issues (#140) 2024-04-01 08:06:20 -04:00
.cirrus.yml Build more images (#178) 2024-09-10 10:18:11 -04:00
.gitignore install anka builder script 2018-04-16 13:58:47 -04:00
DEVELOPMENT.md Xcode 15.4 (#154) 2024-05-13 15:18:50 -04:00
LICENSE Initial commit 2018-04-13 10:47:36 -04:00
README.md Update README.md (#165) 2024-07-05 22:06:22 -04:00

README.md

macOS Packer Templates for Tart

Repository with Packer templates to build macOS Tart virtual machines to use with Cirrus Runners, Cirrus CI or any other automation.

The following image variants are currently available:

  • macos-{sequoia,sonoma}-base image has only brew pre-installed and the latest version of macOS available
  • macos-{sequoia,sonoma}-xcode:N image is based on macos-{sequoia,sonoma}-base image and has Xcode N with Flutter pre-installed
  • macos-runner:sonoma image is a variant of xcode:N with 3 latest versions of Xcode pre-installed and xcodes tool to switch between them.

See a full list of VMs available here.

Release Cadence

Once a new version of Xcode is released, we will initiate a GitHub release which will automatically build and push a new version of the macos-{sequoia,sonoma}-xcode:N image as well as macos-runner:sonoma. This generally happens within 24 hours of a release. Please watch this repository releases to get notified about new images.

Update Cadence

Some of the images are regularly getting rebuild in order to update the pre-installed packages. The following images are updated monthly on the first Saturday of the month:

  • ghcr.io/cirruslabs/macos-{sequoia,sonoma}-base
  • ghcr.io/cirruslabs/macos-sonoma-xcode:{16-beta,latest,15.4,15.3,15.2}
  • ghcr.io/cirruslabs/macos-sequoia-xcode:{16-beta}

Note that ghcr.io/cirruslabs/macos-runner:sonoma is updated every Sunday and this image is optimised for startup on Cirrus Runners and Cirrus CI services.