This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Open
Conversation
also, remove mysql57 from the backup/restore make targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.backupandmake dev.restorethat will correctly backup your SQL databases (per these backup instructions), while also changing the image fromdebian:jessietoarm64v8/debian:latestdocker compose ...in the Makefile todocker-compose ...as to match the name of the library installed when you runbrew install docker-composeon a mac.