jkuri / bore

Reverse HTTP/TCP proxy to help you expose a local server behind a NAT or firewall to the internet via secure SSH tunnels.
https://bore.digital
MIT License
80 stars 8 forks source link

Released binaries are not statically linked. #35

Closed Darkness4 closed 10 months ago

Darkness4 commented 10 months ago

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.

jkuri commented 10 months ago

hi @Darkness4,

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