Go to file
fkorotkov 4c3a1ceb09 sudo xcodebuild -runFirstLaunch 2020-04-20 10:33:59 -04:00
scripts Enable Hyper Threading 2020-01-16 08:32:37 -05:00
templates sudo xcodebuild -runFirstLaunch 2020-04-20 10:33:59 -04:00
.gitignore install anka builder script 2018-04-16 13:58:47 -04:00
LICENSE Initial commit 2018-04-13 10:47:36 -04:00
README.md Xcode 11.4.1 2020-04-17 11:14:02 -04:00

README.md

osx-images

Packer templates to build macOS Anka images to use in CI:

  • catalina-base image has only brew pre-installed
  • catalina-xcode-11.4.1 image is based of catalina-base and has only Xcode 11.4.1 pre-installed
  • catalina-flutter image is based of catalina-xcode-11.4.1 and has only Flutter pre-installed

Building Base Image

First, run ./scripts/install-anka-builder.sh to install Anka builder for Packer.

To build the base image (you need to have /Applications/Install macOS Catalina.app/ installed from App Store):

packer build templates/catalina-base.json

We also need to add a port forwarding rule so VMs based of catalina-base image can be SSHable:

anka modify catalina-base add port-forwarding --host-port 0 --guest-port 22 --protocol tcp ssh

Building Xcode Images

To build an Xcode image (don't forget to setup FASTLANE_USER and FASTLANE_PASSWORD since they are required by xcode-install):

packer build templates/catalina-flutter.json