-
Notifications
You must be signed in to change notification settings - Fork 231
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
feature: ARM support #34
Comments
subscribed :) |
Hey @ehough, I've implemented this. Just tested and it's working super fine on my raspberry: https://hub.docker.com/repository/docker/fschuindt/docker-nfs-server Note that it's entirely based on yours and I was thinking initially to actually fork your repo and submit a PR. However, since last year, Docker for Desktop offers a nice feature called Let me know how you wanna handle this. Ideally, you could follow the link and add instructions on the README so people can cross build it. After this, you can start rebuilding this to your own repo on docker hub and then everyone will have multi arch support. I can help with the README, just let me know the best approach as you control the repo here. |
@flavioschuindt your link is not accessible without login to the docker hub. Can you please check that? You can also add a PR for the same. |
Currently the image is only built for x86-64. We should build an ARM-based image that can run on, for example, Raspberry Pi.
The text was updated successfully, but these errors were encountered: