jkuri/bore

Released binaries are not statically linked.

Darkness4 opened this issue · 1 comments

Hello,

The published binaries (0.4.2) are linked to GLIBC, making them non-portable.

This can be fixed by adding CGO_ENABLED=0 in the release task, inside the makefile.

hi @Darkness4,

I didn't noticed that, do you have time to open a pull request?