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 was 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.
Hi
I'd like to propose a PR for working with
GOARMconforming to https://github.com/golang/go/wiki/GoArm.Because it says:
Well, as
goxdeals 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.