-
Notifications
You must be signed in to change notification settings - Fork 6
Build frontend for both linux/amd64 and linux/arm64 #44
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
Conversation
|
Testing this on my M1 mac, it seems we need to use a more recent version of It appears the Dockerfile tries to install Could we move to a version of sharp >= 0.29.0? For completeness, here's the full error message: |
…ems ok with this version.
|
Thank you @KastanDay. See if this fixes your issue. Checking to see if this fixes the github action as well. |
This fixed the build issue for M1. I was unable to make sharp work. The blocker is a custom/manual libvips install.
|
I talked with @longshuicy and she said we're not using I'm pretty sure favicons depends on |
|
The build succeeded, I think this is safe to merge! Down the line, we should probably use a different npm package for favicon support. |
|
Looking at INCORE frontend. I'm not using favicon library. |
|
Thanks @KastanDay @longshuicy ! |
No description provided.