add cross-compilation build script using cargo-zigbuild

produces fully static, zero-dependency binaries for macOS (arm64)
and Linux (x86_64 musl). no Docker required — uses zig as the
cross-linker.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 14:39:26 +01:00
parent ac76bb95f4
commit 15fe1b65d2
2 changed files with 48 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/target/
/dist/
.DS_Store