DEV Community

Discussion on: Converting dev environments to Apple Silicon

Collapse
 
duleepa profile image
Duleepa Wijayawardhana

So with MySQL 5.7 on a docker your dockerfile would be something like:

FROM --platform=linux/amd64 mysql:5.7
Enter fullscreen mode Exit fullscreen mode

And then build on the Apple Silicon with buildx as above