-
Notifications
You must be signed in to change notification settings - Fork 33
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
Build arm64 images #7
Comments
Second this! |
I have tried to set up a CI/CD pipeline for this - however, for some reason the backend part is failing :/ If any of you have knowledge how to fix this, please let me know. Edit: Looks like the issue is that the libc version is too old on the ARM build. This is really odd, as it works on my PI, but apparently not with qemu. |
The glibc version of the node base image seems to be outdated (lovell/sharp#2482). This PR could possibly fix the issue: lovell/sharp-libvips#73 |
I made some changes, let me know if it works for you now! |
Alright, I confirmed that everything works! arm/v7:
arm64:
|
Sorry for the delay in testing, Can confirm the images work great on arm64! 🎉 I deployed on k8s with ingress-nginx and a replica count of two for the frontend/backend. Anybody interested in k8s deployment manifests: |
Love the project and how the container images are segmented.
Would like to deploy on my k8s RPi cluster which is arm64 based. Currently there are only amd64 images on docker hub.
The text was updated successfully, but these errors were encountered: