Skip to content

Commit

Permalink
use amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 6, 2023
1 parent 19e43b2 commit d0a1e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cp -r bin/ bundle/bin/
cp package.json bundle/package.json
cp package-lock.json bundle/package-lock.json
cp $(which node) bundle/
wget "https://nodejs.org/dist/v18.17.1/node-v18.17.1-darwin-arm64.tar.gz"
wget "https://nodejs.org/dist/v18.17.1/node-v18.17.1-darwin-amd64.tar.gz"
tar xf node-v18.17.1-darwin-arm64.tar.gz
mv node-v18.17.1-darwin-arm64 bundle/node

Expand Down

0 comments on commit d0a1e52

Please sign in to comment.