Add builds for macOS - #21
Conversation
|
@microsoft-github-policy-service agree company="Gemini" |
|
@micromaomao sorry for the cold ping on this PR; is there a better way to have this PR reviewed? It would be great to have darwin native binaries rather than relying on only using these in docker. |
|
can't merge due to conflict |
Include darwin amd64 & arm64 in binary releases.
|
@micromaomao thanks for your attention; the conflicts have been resolved. |
|
My goal here is to get binaries for macOS supported here https://github.com/Azure/azure-cli-extensions/blob/main/src/confcom/azext_confcom/rootfs_proxy.py I see that you are also working on that codebase: |
There was a problem hiding this comment.
Pull request overview
Adds macOS (darwin) cross-compiled binaries to the GitHub Actions release workflow so tagged releases include both amd64 and arm64 macOS executables alongside existing Linux and Windows artifacts.
Changes:
- Build
darwin/amd64anddarwin/arm64binaries in the release workflow (withCGO_ENABLED=0). - Upload the new macOS binaries as workflow artifacts.
- Attach the macOS binaries to the draft GitHub release assets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Include darwin amd64 & arm64 in binary releases.