You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile the program from source on the target machine. In cross compilation situations, it is recommended that you always set an appropriate GOARM value along with GOARCH.
Well, as gox deals with cross compilation it needs to deal with GOARM.
If you have interest on this please let me know and then I am going to start working on this.
The text was updated successfully, but these errors were encountered:
Hi
I'd like to propose a PR for working with
GOARM
conforming to https://github.com/golang/go/wiki/GoArm.Because it says:
Well, as
gox
deals with cross compilation it needs to deal withGOARM
.If you have interest on this please let me know and then I am going to start working on this.
The text was updated successfully, but these errors were encountered: