From 97567e66a18f2fb8272e5a1e581c85c883c053f2 Mon Sep 17 00:00:00 2001 From: Jared Szechy Date: Fri, 21 Jun 2024 12:39:25 -0400 Subject: [PATCH] Add arm64 macos build --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 6d92e4db..c444bfd9 100755 --- a/build.sh +++ b/build.sh @@ -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