Repository with Packer templates to build Tart VMs to use with Cirrus CI.
macos-{monterey,ventura}-vanillaimage has nothing pre-installedmacos-{monterey,ventura}-baseimage has onlybrewpre-installedmacos-{monterey,ventura}-xcode:Nimage is based onmacos-{monterey,ventura}-baseimage and hasXcode NwithFlutterpre-installed
See a full list of VMs available on Cirrus CI here.
To build macos-monterey-vanilla:
packer build templates/vanilla-monterey.pkr.hclTo build macos-ventura-vanilla:
packer build templates/vanilla-ventura.pkr.hclOptionally, SIP can be disabled for each image by running the following commands:
packer build -var vm_name=monterey-vanilla templates/disable-sip.pkr.hclpacker build -var vm_name=ventura-vanilla templates/disable-sip.pkr.hclpacker build -var-file="variables.pkrvars.hcl" templates/base.pkr.hclpacker build -var-file="variables.pkrvars.hcl" templates/xcode.pkr.hcl