We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build release binaries for x86_64-unknown-linux-musl and aarch64-unknown-linux-musl to enable Zinnia to run in docker images based on Alpine Linux.
x86_64-unknown-linux-musl
aarch64-unknown-linux-musl
Alpine Linux does not provide GNU libc, we need to compile and link against MUSL instead.
Unfortunately, Deno does not support MUSL yet:
The text was updated successfully, but these errors were encountered:
Discussion in Deno Discord: https://discord.com/channels/684898665143206084/713035341736706089/1097887662246993960
Sorry, something went wrong.
No branches or pull requests
Build release binaries for
x86_64-unknown-linux-musl
andaarch64-unknown-linux-musl
to enable Zinnia to run in docker images based on Alpine Linux.Alpine Linux does not provide GNU libc, we need to compile and link against MUSL instead.
Unfortunately, Deno does not support MUSL yet:
The text was updated successfully, but these errors were encountered: