You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
👋 and thank you so much for this valuable project! We've been using it successfully for the past 2 years, and really appreciate the hard work behind it!
We're facing an issue where building our project for the alpine platform generates a binary file that segfaults has missing symbols when executed.
Our workaround is to spin up an alpine container and build our project inside it for the alpine platform. This generates a proper binary.
This wasn't really the workaround, it's just that node:alpine includes libstdc++, and alpine:latest doesn't.