This is a temporary branch (not meant to be merged) for those looking to migrate to colima on Macbooks using Apple Silicon (e.g. Apple M1 Pro chips), which use an arm64 architecture.
Features the necessary versions of make dev.backup and make dev.restore that will correctly backup your SQL databases (per these backup instructions), while also changing the image from debian:jessie to arm64v8/debian:latest
Changes the commands with docker compose ... in the Makefile to docker-compose ... as to match the name of the library installed when you run brew install docker-compose on a mac.
This is a temporary branch (not meant to be merged) for those looking to migrate to colima on Macbooks using Apple Silicon (e.g. Apple M1 Pro chips), which use an arm64 architecture.
This branch is meant to be linked as part of the Docker Desktop Replacement instructions: https://2u-internal.atlassian.net/wiki/spaces/AT/pages/860553280/Docker+Replacement+Recommendation#Docker-compose--d-issues
make dev.backup
andmake dev.restore
that will correctly backup your SQL databases (per these backup instructions), while also changing the image fromdebian:jessie
toarm64v8/debian:latest
docker compose ...
in the Makefile todocker-compose ...
as to match the name of the library installed when you runbrew install docker-compose
on a mac.