-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
FR: Support for ARM64 #99
Comments
Interesting. I'll dig into this |
@lindermayr That should do the trick. Wdyt? |
Seems fine for me. But the build got an error, so i can't pull the new image from the repository. |
yeah I know. there is a test failure. Seems like a provider once again changed their structure. It's a cats and mice game. Let me fix this. I will then merge it and let you test it. |
@lindermayr I merged my pr, docker build is done and images have been pushed. Can you try again? |
Yes, works like a charm. |
Most of my Docker containers run on Raspberry Pi or in a free instance of Oracle Cloud. Unfortunately, they only support ARM64, so your software always exits with this error:
I've found some instructions for adding multiple platform support, but in lack of programming skills, I cant do it on my own:
https://docs.docker.com/build/building/multi-platform/
Do you think it'd be possible to tweak your software to play nice with different architectures like ARM64? That'd be a huge help!
The text was updated successfully, but these errors were encountered: