tart-macos-image-templates/DEVELOPMENT.md

515 B

Building Vanilla Image

To build macos-sonoma-vanilla:

packer build templates/vanilla-sonoma.pkr.hcl

Optionally, SIP can be disabled for each image by running the following commands:

packer build -var vm_name=sonoma-vanilla templates/disable-sip.pkr.hcl

Building Base Image

packer build -var vm_name=sonoma-vanilla templates/base.pkr.hcl

Building Xcode Image

packer build -var macos_version=sonoma -var xcode_version="[15.4]" templates/xcode.pkr.hcl