Add macOS build targets (arm64 + amd64)#6
Merged
shiftcontrol-dan merged 2 commits intomainfrom Mar 15, 2026
Merged
Conversation
Remove paths filter from push-to-main trigger. The filter prevented CI from running when only workflow YAML files changed, which meant CI changes couldn't be verified after merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Dan Gericke <dan@shiftcontrol.io>
Build matrix now covers 4 targets: - x86_64-unknown-linux-musl (Linux amd64, static) - aarch64-unknown-linux-musl (Linux arm64, static) - aarch64-apple-darwin (macOS Apple Silicon) - x86_64-apple-darwin (macOS Intel) Also removes paths filter from push-to-main CI trigger so workflow changes are verified after merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Dan Gericke <dan@shiftcontrol.io>
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
✅ I finished the code review, and didn't find any security or code quality issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add macOS to the build matrix (CI and release):
x86_64-unknown-linux-muslaarch64-unknown-linux-muslaarch64-apple-darwinx86_64-apple-darwinLinux cross-compilation tools install step gated with
if: matrix.cross_packagesso it skips on macOS runners.Test plan
🤖 Generated with Claude Code