webhook
webhook copied to clipboard
amd64 does not works pre compiled?
# wget https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-linux-amd64.tar.gz
saving to 'webhook-linux-amd64.tar.gz'
webhook-linux-amd64. 100%
'webhook-linux-amd64.tar.gz' saved
# tar -xvf webhook-linux-amd64.tar.gz
webhook-linux-amd64/
webhook-linux-amd64/webhook
# mv webhook-linux-amd64/webhook /usr/local/bin/
# chmod +x /usr/local/bin/webhook
# webhook
sh: webhook: not found
# arch
x86_64
Try running with ./webhook
I had the same problem. I was using an alpine linux 3.19 and had the same output. Rebuilding the binary myself solved the issue.