Skip to content

Commit

Permalink
Merge pull request #1323 from szechyjs/main
Browse files Browse the repository at this point in the history
Add arm64 macos build
  • Loading branch information
massimocandela authored Jun 29, 2024
2 parents fbff36f + 97567e6 commit 142d640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ npm run compile

./node_modules/.bin/pkg ./dist/package.json --options "no-warnings,max-old-space-size=4096" --targets node18-macos-x64 --output bin/bgpalerter-macos-x64 --loglevel=error

./node_modules/.bin/pkg ./dist/package.json --options "no-warnings,max-old-space-size=4096" --targets node18-macos-arm64 --output bin/bgpalerter-macos-arm64 --loglevel=error

echo "--> BGPalerter compiled in bin/ (ignore the warnings about files that cannot be resolved)."

rm -rf dist

0 comments on commit 142d640

Please sign in to comment.