devops-works / binenv

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

Added darwin/arm64 to the list of supported platforms for binenv #224

Closed alex-bes closed 1 year ago

alex-bes commented 1 year ago

darwin/arm64 build seems to be available for a while but it is still not possible to install it through ./binenv install binenv. It fails with the following message: ERR "binenv" is not available for darwin/arm64

This pr is an attempt to fix the issue and the fact dawin/arm64 is missing under supported_platforms in the distributions.yaml seems to be the only reason for this to happen

leucos commented 1 year ago

Thanks a lot @alex-bes !