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 f95b176
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ cp -r ./lib/ ./bundle/lib/
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"
tar xf node-v18.17.1-darwin-arm64.tar.gz
mv node-v18.17.1-darwin-arm64 bundle/node
wget "https://nodejs.org/dist/v18.17.1/node-v18.17.1-darwin-x64.tar.gz"
tar xf node-v18.17.1-darwin-x64.tar.gz
mv node-v18.17.1-darwin-x64 bundle/node

pushd bundle/

Expand Down

0 comments on commit f95b176

Please sign in to comment.