feat(homebrew): add Linux ARM64 to the tap formula and release automation - #130
Merged
Conversation
…tion Extend the Homebrew tap to support Linux ARM64: - Formula: add on_arm block inside on_linux, pointing to lc_linux_aarch64.tar.gz. Homebrew selects on_arm/on_intel automatically based on the host CPU. - bump_homebrew_formula.rb: add linux_aarch64 to the target list so every release atomically updates all three platform checksums (macOS ARM64, Linux x86_64, Linux ARM64). A missing checksum still aborts before touching either the formula or .version. - Readme.adoc: update the Homebrew install section heading and the build target list to document Linux ARM64. - vendor/rubyists-homebrew-tap: bump submodule to the commit that adds the on_arm block and updates checksums to v1.12.0. Closes CRY-51. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bougyman
pushed a commit
that referenced
this pull request
Aug 16, 2026
🤖 I have created a release *beep* *boop* --- ## [1.13.0](v1.12.0...v1.13.0) (2026-08-16) ### Features * **homebrew:** add Linux ARM64 to the tap formula and release automation ([#130](#130)) ([62fe899](62fe899)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
vendor/rubyists-homebrew-tap): addon_armblock insideon_linux, pointing tolc_linux_aarch64.tar.gz. Homebrew'son_armselector picks this block automatically on ARM64 Linux hosts; the existingon_intelblock is unchanged. Updates all checksums and.versionto v1.12.0 (the first release that includes the ARM64 binary).ci/bump_homebrew_formula.rb: addlinux_aarch64to the target list so every future release atomically updates all three platform checksums (macOS ARM64, Linux x86_64, Linux ARM64). A missing ARM64 checksum aborts before touching either the formula or.version(verified locally).Readme.adoc: update the Homebrew install section heading and the build target list to document Linux ARM64.Closes CRY-51.
Test plan
ci/bump_homebrew_formula.rbsmoke-tested locally with v1.12.0 SHA256SUMS — all three targets updated correctlylinux_aarch64is absent from SHA256SUMSmix compile --warnings-as-errorspasses cleanmix testpasses (248/254; 6 pre-existingGitTestfailures unrelated to these changes)brew test linear-cli(requires ARM64 Homebrew environment — CRY-51 acceptance criteria)lc_linux_aarch64.tar.gzon glibc ARM64 and Alpine/musl ARM64 (CRY-51 acceptance criteria)🤖 Generated with Claude Code