barnybug / cli53

Command line tool for Amazon Route 53

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amd64 binary segfaults on alpine

pratikmallya opened this issue · comments

Trying to run the latest build (alpine docker image running on docker on mac) throws error:

/ # wget https://github.com/barnybug/cli53/releases/download/0.8.12/cli53-linux-amd64
Connecting to github.com (192.30.255.112:443)
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.110.179:443)
cli53-linux-amd64    100% |*********************************************************************************************************************************************************************************************|  3275k  0:00:00 ETA
/ # chmod +x cli53-linux-amd64
/ # ./cli53-linux-amd64 -h
Segmentation fault

Alpine is a slightly odd beast (musl not glibc, etc). Could you verify the same binary on minimal Debian image or alternatively try building cli53 from source and try that on alpine?

Verified that it did work on native Ubuntu; it worked after compiling on Alpine.