tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Use mysql/mysql-server image for ARM processors #256

Closed tonysm closed 2 years ago

tonysm commented 2 years ago

Changed


This is based on a recent change made to Laravel Sail

tonysm commented 2 years ago

I didn't test this in an M1 mac yet. I'll give it a try in a bit.

mattstauffer commented 2 years ago

Oops.. meant to pull locally. Gonna revert and restore branch. Sorry!

mattstauffer commented 2 years ago

@tonysm I'm so sorry. Would you mind re-making this PR?

When I ran it on m1, I got this:

image
tonysm commented 2 years ago

@mattstauffer from your output, it looks like it still pulled the mysql:8.0 instead of mysql/mysql-server:8.0. I'll take another look soon.