devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

Sloop exec format error #120

Closed leucos closed 2 years ago

leucos commented 3 years ago

Since https://github.com/devops-works/binenv/pull/118:

2021-06-17T16:58:29+02:00 WRN version for "sloop" not specified; using "1.0.0"
2021-06-17T16:58:29+02:00 DBG fetching version "1.0.0" for arch "amd64" and OS "linux" at https://github.com/salesforce/sloop/releases/download/v1.0/sloop func=GithubRelease.Get
fetching sloop version 1.0.0 100% |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (56/56 MB, 3.216 MB/s)         
2021-06-17T16:58:47+02:00 INF "sloop" (1.0.0) installed
$ sloop
2021-06-17T16:58:50+02:00 FTL unable to execute sloop error="exec format error"
$ file ~/.binenv/binaries/sloop/1.0.0 
~/.binenv/binaries/sloop/1.0.0: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL>
leucos commented 3 years ago

Related: https://github.com/salesforce/sloop/issues/162