Skip to content

Commit

Permalink
force 'linux' as target platform for node-pre-gyp in ubuntu arm64 bin…
Browse files Browse the repository at this point in the history
…ary (#589)
  • Loading branch information
acalcutt authored Dec 10, 2022
1 parent 522bf95 commit db35d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,4 @@ jobs:
BUILDTYPE: RelWithDebInfo
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.NODE_PRE_GYP_GITHUB_TOKEN }}
run: |
./platform/node/scripts/publish.sh --target_arch=arm64
./platform/node/scripts/publish.sh --target_platform=linux --target_arch=arm64

0 comments on commit db35d7b

Please sign in to comment.