Closed risik closed 2 years ago
Hi @risik, I believe this happens because Alpine does not use the GNU C library (glibc), but musl.
A workaround could be to build the binaries statically. Unfortunately that would increase their size a lot, and size we don't support Alpine, we believe it's best to avoid it.
However, feel free to send a contribution that builds an additional binary (apart from the glibc ones) that is statically compiled and is compatible with musl. We would be happy to help with the review and release once it is ready.
Since this issue is already a bit old, I'm going to proceed to close it. But contributions are welcome, so feel free to share any improvements!
Runing executable on Alpine fails:
The same binary run OK on Debian.
Workaround option 1:
Workaround option 2:
Looks like something with compile options but I'm not a GoLang guy :(