Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.6.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Added
- Tier 1 Expansion: Promoted
x86_64-linux-gnuandx86_64-linux-muslfrom Tier 2 to Tier 1. - New Examples: Added
examples/c-linux-gnuandexamples/c-linux-muslas Verified Reference Architectures. - Local Development: Added
CONTRIBUTING.mdwith a “Paved Road” guide andscripts/local-ci.shfor running CI locally (act). - Verify Level Input: Clarified
verify-levelbehavior (soft check) inREADME.md. - CI Matrix: Refactored Linux verification to a standard scalable matrix strategy.
- Coverage: Extended verification to include dedicated macOS ARM64 runner and Windows x64 target.
Changed
- Musl Policy Docs: Explicitly documented
rust-musl-mode: allowas “wiring only”. - Go Version Sync: Downgraded
examples/go-cgoto Go 1.23 to match validation workflow. - Docs: Refined Performance & Caching section with honest caching framing (
~/.cache/zig).