Add macOS x86_64 release build#1210
Merged
Merged
Conversation
Build and publish a darwin/amd64 compiler artifact alongside the existing arm64 build. Adds a macos-26-intel build job, wires it into the GoReleaser step (binary rename + dropped darwin/amd64 ignore rule), and updates the macOS install docs to cover both architectures. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What changed
build-compiler-macos-x86job (runs onmacos-26-intel) that builds the Spice compiler for darwin/amd64 and uploads it asspice-macos-x64.build-artifacts: add it toneeds, renamespice-macos-x64→spice-darwin-amd64, and drop thedarwin/amd64ignore rule in.goreleaser.ymlso archives, checksums, and the Homebrew cask include it.Why
Previously the release pipeline only produced a macOS arm64 build, leaving Intel Mac users to build from source. This publishes a native x86_64 artifact through the same release flow.
How it was validated
build-compiler-macos-aarch64job and will be exercised by the release workflow on the next tag.Follow-up / known limitations
macos-26-intelis assumed available to the org; adjust if a different Intel image is preferred.🤖 Generated with Claude Code