We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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/
$ 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/
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: