Attach universal macOS binary to GitHub releases#33
Merged
stephencelis merged 2 commits intopointfreeco:mainfrom Feb 18, 2026
Merged
Attach universal macOS binary to GitHub releases#33stephencelis merged 2 commits intopointfreeco:mainfrom
stephencelis merged 2 commits intopointfreeco:mainfrom
Conversation
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
buildjob to the release workflow that compiles a universal macOS binary (arm64 + x86_64) and uploads it as a release asset (pfw-macos-universal.tar.gz).needs: build.pfwdirectly from a GitHub release via tools likemise(GitHub backend), without needing Homebrew or building from source.Considerations
arm64andx86_64in a single binary. I assume you still want to support Intel Macs.releaseevents. Usesgh release uploadto attach the tarball directly to the triggering release.needs: build: The Slack notification jobs depend on thebuildjob. Notifications are only sent after the binary has been successfully built and uploaded.Verification
A test release (
0.0.7) was created to verify the workflow. The binary was successfully built, uploaded, and installed viamise: