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
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.
- update build process (Makefile) to generate binaries for
supported macOS architectures
- `darwin/amd64`
- `darwin/arm64`
- update README
- note OS / Go release combination limitations
- list Makefile recipes to target specific macOS build options
refs GH-967
Borrow from the changes made to support including Linux arm64 binaries for this project.
Support at minimum these variations:
See also:
refs:
The text was updated successfully, but these errors were encountered: