coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
44 stars 14 forks source link

Need arm64 binary for Apple Silicon chip laptop #6

Closed tchiaspko closed 1 year ago

tchiaspko commented 1 year ago

/tmp  wget -cq https://coveralls.io/coveralls-linux.tar.gz -O - | tar -xz && ./coveralls

zsh: exec format error: ./coveralls
 ✘  /tmp  arch
arm64
 /tmp 

 /tmp  file coveralls
coveralls: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, with debug_info, not stripped
 /tmp  ./coveralls
zsh: exec format error: ./coveralls
 ✘  /tmp  arch
tchia04 commented 1 year ago

The installation instruction from https://github.com/coverallsapp/homebrew-coveralls#installation worked on Apple Silicon chip laptop

brew tap coverallsapp/coveralls
brew install coveralls