gvm icon indicating copy to clipboard operation
gvm copied to clipboard

Update GVM to support ARM and fix issues encountered under x86

Open soulteary opened this issue 3 years ago • 3 comments

If anyone wants to run gvm on a Macbook M1 chip device OR macOS after Catalina, You can try this:

curl -sSL https://github.com/soulteary/gvm/raw/master/binscripts/gvm-installer | bash

soulteary avatar May 12 '22 12:05 soulteary

@soulteary kindly try this GO Version Manager: https://github.com/ankitcharolia/goenv

ankitcharolia avatar Aug 05 '23 15:08 ankitcharolia

@soulteary kindly try this GO Version Manager: https://github.com/ankitcharolia/goenv

It's also an idea, but the advantage of the bash tool is that it can automatically adapt to scenarios with multiple different CPU architectures. Also, including this issue, it mainly deals with the use of the ARM environment. Your warehouse only handles x86, and the original version of gvm is in There is no problem in x86

soulteary avatar Sep 13 '23 10:09 soulteary

@soulteary I think it's pretty easy to release the binary for different CPU architecture. now, goevn supports arm, arm64, amd64 cpu architecture: https://github.com/ankitcharolia/goenv/releases/tag/1.1.7

ankitcharolia avatar Sep 15 '23 14:09 ankitcharolia