-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Add aarch64-linux nix support and docker image 🙏 #1404
Comments
Are multi-platform images related to this? https://docs.docker.com/build/building/multi-platform/ |
Correct. This can be accomplished multiple ways, using emulation via QEMU and a single manifest, or by creating individual manifests on the appropriate architecture runners and then creation of a multi-image manifest with the individual images appended. |
Can you not just build the docker image on an aarch64 machine yourself, when you require it? |
Why
Running within Docker Desktop on MacOS M1+ will be Linux/ARM and Linux/ARM is growing in popularity in the cloud, where a majority of dApps will likely be deployed.
The text was updated successfully, but these errors were encountered: