Re-enable Linux arm64 release artifacts - #187
Open
donbeave wants to merge 1 commit into
Open
Conversation
donbeave
force-pushed
the
reenable-aarch64-linux-release
branch
from
June 24, 2026 06:39
4021760 to
f6999d1
Compare
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
aarch64-linuxto the release matrix usingubuntu-24.04-armnpm/cli-linux-arm64through validation, artifacts, publishing, optional dependencies, and the npm launcherpackage.metadata.binstallso existing release archives are discoverable bycargo binstall shellfirmcargo binstall shellfirmprebuilt install pathCloses #179
Verification
cargo package --locked --allow-dirty -p shellfirmcargo binstall shellfirm --manifest-path shellfirm/Cargo.toml --target aarch64-apple-darwin --dry-run --no-confirm --log-level infodownloaded the GitHub release binarycargo binstall shellfirm --manifest-path shellfirm/Cargo.toml --target x86_64-apple-darwin --dry-run --no-confirm --log-level infodownloaded the GitHub release binarycargo binstall shellfirm --manifest-path shellfirm/Cargo.toml --target x86_64-unknown-linux-gnu --dry-run --no-confirm --log-level infodownloaded the GitHub release binarycargo binstall shellfirm --manifest-path shellfirm/Cargo.toml --target aarch64-unknown-linux-gnu --dry-run --no-confirm --log-level infofalls back to source for v0.3.10 as expected because that release does not yet includeshellfirm-v0.3.10-aarch64-linux.tar.xzcargo test --release --locked --target aarch64-unknown-linux-gnu,cargo build --release --locked --target aarch64-unknown-linux-gnu,strip, archive asshellfirm-v0.3.10-aarch64-linux.tar.xz,shellfirm --version, andfileall passed; produced anELF 64-bit LSB pie executable, ARM aarch64cargo build --release --locked --target x86_64-unknown-linux-gnu,strip,shellfirm --version, andfilepassed; produced anELF 64-bit LSB pie executable, x86-64cargo build --release --locked --target aarch64-apple-darwinandcargo build --release --locked --target x86_64-apple-darwinpassed;filereportsMach-O 64-bit executable arm64andMach-O 64-bit executable x86_64ruby -e 'require "yaml"; YAML.load_file(".github/workflows/release.yml"); puts "release workflow yaml ok"'