andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
195 stars 24 forks source link

Fix GVM_ARCH env var and --arch CLI flag #53

Closed andrewkroh closed 2 years ago

andrewkroh commented 2 years ago

The code is setting the GOOS value when it should have been setting GOARCH.

andrewkroh commented 2 years ago

Thanks @tsg ❤️

mdelapenya commented 2 years ago

Thank you @andrewkroh for the quick fix and the explanation!!