Skip to content

Commit 9db1f91

Browse files
committed
fix: install zig in alpine container for cross-compilation
1 parent a0653ca commit 9db1f91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
build: |-
4444
rustup update stable
4545
rustup target add aarch64-unknown-linux-musl
46+
apk add --no-cache python3 py3-pip
47+
pip3 install ziglang --break-system-packages
4648
npm run build:native -- --target aarch64-unknown-linux-musl --zig
4749
4850
- host: macos-latest

0 commit comments

Comments
 (0)