feat: release binaries + install.sh - #3
Merged
Conversation
Build macOS (arm64+x86_64) and Linux musl (x86_64+aarch64) tarballs on every published release and attach them with sha256 checksums. Add a curl-pipe installer and bump the wavekat/homebrew-tap formula on each release so users can install via: brew install wavekat/tap/wk curl -fsSL .../releases/latest/download/install.sh | sh Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
We'll target homebrew-core directly later once the project meets their notability bar. A throwaway tap repo isn't worth the setup. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merged
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
.github/workflows/release.yml— on each published GitHub Release, builds macOS (arm64 + x86_64) and Linux musl (x86_64 + aarch64) tarballs viataiki-e/upload-rust-binary-action, uploads them with.sha256companions.install.sh(curl-pipe installer) — detects OS/arch, verifies sha256, dropswkinto/usr/local/bin(or~/.local/binfallback). Uploaded as a release asset so users can:curl -fsSL https://github.com/wavekat/wavekat-cli/releases/latest/download/install.sh | shHomebrew
Deferred. We'll go straight to homebrew-core later once the project clears their notability bar (≥30 days, ≥50 stars, no name conflicts). A throwaway tap isn't worth the setup, and curl-pipe covers macOS+Linux today.
Next steps after merge
Test plan
.sha256+install.share attached to the release.curl -fsSL https://github.com/wavekat/wavekat-cli/releases/latest/download/install.sh | shon macOS arm64 →wk --versionworks.WK_VERSION=v0.0.3andWK_INSTALL_DIR=$HOME/binoverrides both work.