-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support for musl #93
Comments
@jacobdeichert If you don't mind I would like to attempt the suggestion above. I believe I should be able to test this out on a fork of this repo without affecting this one. I will say this will be my first foray into github actions, so any advice would be welcome. |
@8Mobius8 that would be great! Yes, modifying release.yml is all you need to do I think. I'd copy/paste the |
@8Mobius8 just a heads up that I released v0.11.3 You can find the musl binary attached here: |
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 namedmask-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 believecargo
needs use the targetx86_64-unknown-linux-musl
.The text was updated successfully, but these errors were encountered: