0.1.1 osx binary is an ELF
brennantaylor opened this issue · 2 comments
brennantaylor commented
I don't think that's right
~/Downloads/citop-0.1.1-osx-amd64
➜ ./citop --help
Failed to execute process './citop'. Reason:
exec: Exec format error
The file './citop' is marked as an executable but could not be run by the operating system.
~/Downloads/citop-0.1.1-osx-amd64
➜ file citop
citop: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped
nbedos commented
Thanks for reporting this. It should be fixed in version 0.1.2 by bd2596f:
$ file citop-0.1.2-darwin-amd64/citop
citop-0.1.2-darwin-amd64/citop: Mach-O 64-bit x86_64 executable
Could you please confirm that you can now run the executable?
brennantaylor commented
lgtm