Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

glide for linux arm64 #1044

Open Gaurav047 opened 5 years ago

Gaurav047 commented 5 years ago

I tried to install glide on my system ( raspberry pi debian OS ), and I'm getting these errors:

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

stanislav-chlebec commented 5 years ago

curl https://glide.sh/get | sh will fail on arm64....

.... 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 ....