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 Feb 7, 2026. It is now read-only.
I am running into an issue where I have prebuild building a linux version. Which then when I try to install in https://github.com/mhart/alpine-node
Prebuild pulls the linux build thinking it is acceptable however alpine uses musl libc not gnu libc http://www.musl-libc.org/faq.html
So the binary is incompatible. I am wondering if there is anyway to add a URL option that would also include the libc version so that I could set travis to build for both options and tag them separately.