runfinch / finch-daemon

Apache License 2.0
7 stars 10 forks source link

fix: Add static binaries to release #63

Closed coderbirju closed 3 weeks ago

coderbirju commented 2 months ago

Issue #, if available:

Description of changes:

Testing done:

$ file ./finc-daemon ./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3db17231b58a26bfc842a2f4101034c909cee7e8, for GNU/Linux 3.2.0, with debug_info, not stripped

$ file ./finc-daemon ./finch-daemon: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=24763e08999dd8508011f063060edc54e00b8448, for GNU/Linux 3.2.0, with debug_info, not stripped

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.