linux-arm64 support (#63)

docker on osx runs as linux-arm64 and there's no build for that. TBH, this is completely vibe coded but I did manually but I did look through this and seems right to me.
This commit is contained in:
Topper Bowers 2026-02-05 08:36:23 +01:00 committed by GitHub
parent 8a31519786
commit 7378abee46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 151 additions and 2 deletions

View file

@ -17,6 +17,7 @@ release-build target="x86_64-unknown-linux-musl":
[group('release')]
release-build-all:
./docker/release/build.sh x86_64-unknown-linux-musl
./docker/release/build.sh aarch64-unknown-linux-musl
./docker/release/build.sh x86_64-pc-windows-gnu
./docker/release/build.sh x86_64-apple-darwin
./docker/release/build.sh aarch64-apple-darwin