httpit
httpit copied to clipboard
🐛 Crashes on start because musl
httpit version v0.1.0
Issue description
~ strace ./httpit
execve("./httpit", ["./httpit"], [/* 26 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit_group(1) = ?
+++ exited with 1 +++
~ file ./httpit
./httpit: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, stripped
Please make release binary usable with static compilation or build not on Alpine, tnx
Hey! The binaries were released automatically by gorelease with default configuration. So could you build the binary by yourself?