We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When developing on an apple silicon mac, docker uses linux/arm64 by default. Using the amd64 image is possible, but is a lot slower.
It'd be nice if the CI also publishes arm64 images. Locally the Dockerfiles do seems to work for arm64 (at least v2.x).
The text was updated successfully, but these errors were encountered:
I'd be happy to accept a PR to add this to 3.x (and 4.x when it's done). I don't think any of us will get to it for a while otherwise.
Sorry, something went wrong.
No branches or pull requests
When developing on an apple silicon mac, docker uses linux/arm64 by default.
Using the amd64 image is possible, but is a lot slower.
It'd be nice if the CI also publishes arm64 images. Locally the Dockerfiles do seems to work for arm64 (at least v2.x).
The text was updated successfully, but these errors were encountered: