Closed FlushablPet closed 4 years ago
Hi, @FlushablPet
For sure that, I could like to support alpine. Let me try if I could repro it. If it is a x64 distribution, it should work.
I can repro it and identify the cause. Apline does not belong to linux-x64
group, but linux-musl-x64
. See here.
I will include that into build and fix this issue.
@FlushablPet
I published the version 1.4.5-beta.1 on addressing this. Please help on testing it and let me know. Thanks a lot on reporting this!
Just tested it in the CI and Docker builds, both worked like a charm. Thanks so much for adding it so quickly!
Hi, first off, great tool, I love it.
It looks like it doesn't have Alpine compatible binaries though, as it caused our CI pipeline's build stage to fail when used with the Dotnet Core Alpine image
mcr.microsoft.com/dotnet/core/sdk:3.1-alpine
. Switching to an Ubuntu flavor worked, however adding Alpine support to the package for those working in lightweight CI environments would be a bonus as Alpine continues to increase in popularity.