ci: add windows arm64 and linux riscv64 release targets - #14
Merged
Conversation
- aarch64-pc-windows-msvc builds natively on the windows-11-arm runner - riscv64gc-unknown-linux-gnu cross-compiles with cross, like aarch64-linux
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe release workflow now builds AArch64 Windows MSVC artifacts on an ARM Windows runner and RISC-V 64-bit Linux artifacts through cross-compilation. ChangesRelease target matrix
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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
Add two release build targets:
windows-11-armrunner (free for public repositories)cross, same as the existing aarch64-linux targetFeasibility checks
windows-arm64binaries, sojdx/mise-actionworks on the ARM runner.riscv64gc-unknown-linux-gnuimage (docker/Dockerfile.riscv64gc-unknown-linux-gnu).cargo check --target riscv64gc-unknown-linux-gnupasses locally — all dependencies are pure Rust.actionlintpasses.Note: this workflow only runs on tag pushes, so the new targets get their first real run on the next release. If you want to verify earlier, trigger a
workflow_dispatchrun from this branch — the build jobs are what matter; the release/publish jobs will fail without a new tag/version, which is expected.Summary by CodeRabbit