Cross-compile for macOS Apple Silicon.
Section: Cross Compilation
Build macOS arm64
bash
bash
GOOS=darwin GOARCH=arm64 go build -o dist/app-darwin-arm64 .Explanation
Cross-compile for macOS Apple Silicon. Useful in Go CLI workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Cross Compilation