Skip to content
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

chore: build for musl based systems #32

Closed
wants to merge 1 commit into from

Conversation

jamietanna
Copy link
Contributor

As noted in #31, we currently can only deploy this to Linux
distributions that use glibc, which means some more lightweight
distributions like Alpine Linux aren't usable.

We should be able to solve this by adding a target to -musl.

Closes #31.

As noted in frectonz#31, we currently can only deploy this to Linux
distributions that use `glibc`, which means some more lightweight
distributions like Alpine Linux aren't usable.

We should be able to solve this by adding a target to `-musl`.

Closes frectonz#31.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build for musl based Linux distributions
2 participants