Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's different? #1039

Closed
wants to merge 19 commits into from
Prev Previous commit
Next Next commit
musl native
  • Loading branch information
sxlijin committed Oct 11, 2024
commit 86cd87b15cd24390076b7d9ec86425a49754d26a
2 changes: 1 addition & 1 deletion .github/workflows/build-typescript-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- target: x86_64-unknown-linux-musl
host: ubuntu-latest
before: |
curl -LO https://musl.cc/x86_64-linux-musl-cross.tgz
curl -LO https://musl.cc/x86_64-linux-musl-native.tgz
tar -xzf x86_64-linux-musl-native.tgz
echo "$PWD/x86_64-linux-musl-native/bin" >> $GITHUB_PATH
node_build: pnpm build:napi-release --target x86_64-unknown-linux-musl --use-napi-cross
Expand Down