-
Notifications
You must be signed in to change notification settings - Fork 540
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
Update GVM to support ARM and fix issues encountered under x86 #406
Comments
@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 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 |
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
The text was updated successfully, but these errors were encountered: