Skip to content
New issue

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

dist for linux arm64 not available (v0.13.2) #1028

Open
jordicasals opened this issue Oct 18, 2018 · 2 comments
Open

dist for linux arm64 not available (v0.13.2) #1028

jordicasals opened this issue Oct 18, 2018 · 2 comments

Comments

@jordicasals
Copy link

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

@lkelemen
Copy link

lkelemen commented Dec 10, 2018

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

@noelmcloughlin
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants