dist for linux arm64 not available (v0.13.2)
Hello,
the 'get' script says: ARCH=arm64 OS=linux Using curl as download tool Getting https://glide.sh/version TAG=v0.13.2 GLIDE_DIST=glide-v0.13.2-linux-arm64.tar.gz Downloading https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-linux-arm64.tar.gz Did not find a release for your system: linux arm64 Trying to find a release on the github api. LATEST_RELEASE_URL=https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.2 Getting https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.2 Sorry, we dont have a dist for your system: linux arm64 You can ask one here: https://github.com/Masterminds/glide/issues Fail to install glide
Is it possible to get a linux arm64 version?
Thank you very much
earlier version is here https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-linux-arm64.tar.gz or install the latest one from sources
Here is one-liner
$ wget https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-linux-arm64.tar.gz && sudo tar -zxvf glide-v0.13.1-linux-arm64.tar.gz && sudo mv ./linux-arm64/glide /usr/local/bin/