ci: publish a native furrow-linux-arm64 binary - #7
Merged
Conversation
arm64 Linux was the one mainstream target without a release asset, so DGX Spark, Jetson, Graviton, Ampere, and Pi users all had to install a Rust toolchain and build from source to run furrow at all. Built natively on a hosted ubuntu-24.04-arm runner rather than cross-compiled, so it gets the same --version smoke test as the other native targets instead of shipping unverified.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
santoshkumarradha seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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
v0.1.0shipsfurrow-linux-amd64,furrow-darwin-arm64, andfurrow-darwin-amd64— arm64 Linux is the one mainstream target with no asset. That means DGX Spark and Jetson, Graviton, Ampere, and Raspberry Pi users must install a Rust toolchain and build from source before they can runfurrowat all, including on the far side of anssh://remote where the client invokes a barefurrow __remote.This adds one matrix entry. Built natively on a hosted
ubuntu-24.04-armrunner rather than cross-compiled, so it is covered by the existing--versionsmoke test (native: true) instead of shipping unverified the wayfurrow-darwin-amd64necessarily does.No other workflow logic changes: staging, checksums, and publish already iterate over whatever the matrix produces.
Test plan
releaseworkflow viaworkflow_dispatchagainstv0.1.0— it uploads with--clobber, so it addsfurrow-linux-arm64to the existing release without disturbing the other three assets or creating a new tagfurrow --versionon an aarch64 Linux box from the published assetSHA256SUMSlists all four binariesMade with Cursor