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
Now that Apple Silicon Macs are in the wild, darwin-aarch64 binaries should be created along with the darwin-arm64 binaries that are already created. The Homebrew formula should be updated to vend the proper binary as well.
Proposed solution
Using go1.16beta1 darwin/arm64pack seems to build fine so I don't think there will be any technical issues.
Description
Now that Apple Silicon Macs are in the wild,
darwin-aarch64
binaries should be created along with thedarwin-arm64
binaries that are already created. The Homebrew formula should be updated to vend the proper binary as well.Proposed solution
Using
go1.16beta1 darwin/arm64
pack
seems to build fine so I don't think there will be any technical issues.It'll be fine to wait for a non-beta version of Go before releasing.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: