-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Add support for musl
linked executable for distributions that use it (ie. Alpine). I would think this would be done by adding another asset on release that would be named
mask-vX.XX.X-x86_64-unknown-linux-musl.zip
or something like it.
I have limited knowledge of rust, but seems like this could be achieved by adding another release job in .github/workflows/release.yml
that could make use of an Alpine to build and target. I believe cargo
needs use the target x86_64-unknown-linux-musl
.
jacobdeichert
Metadata
Metadata
Assignees
Labels
No labels