apache / apache/openwhisk-wskdeploy
Add support for Apple Silicon (i.e., Darwin (not iOS), ARM64) with cross-compile linker
Open
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Step up to go 1.16 and support the new darwin-arm64 piar (note: on pre-1.16 golang darwin-arm64 meant iOS; now there is a new ios GOOS value).
Feature Tracking for rename of GOOS: https://github.com/golang/go/issues/38485
1.16 release notes: https://golang.org/doc/go1.16
Need to turn cross compile linker on:
https://www.reddit.com/r/golang/comments/ltaega/cross_compiling_to_darwinarm64_apple_silicon_m1/
Contributor guide
Assessment
This issue has not been assessed yet.