Skip to content
Snippets Groups Projects
Commit 8a156c45 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Restore all binaries production

parent 2c3343df
No related branches found
No related tags found
No related merge requests found
Pipeline #25166 passed
......@@ -44,10 +44,10 @@ build:
- npm run build
# Build binaries
- npx pkg . -t node18-macos-arm64 --output $BIN_FOLDER/macOS/arm64/$BIN_NAME --no-bytecode --public-packages "*" --public
#- npx pkg . -t node18-macos-x64 --output $BIN_FOLDER/macOS/x64/$BIN_NAME --no-bytecode --public-packages "*" --public
#- npx pkg . -t node18-linuxstatic-arm64 --output $BIN_FOLDER/linux/arm64/$BIN_NAME --no-bytecode --public-packages "*" --public
- npx pkg . -t node18-macos-x64 --output $BIN_FOLDER/macOS/x64/$BIN_NAME --no-bytecode --public-packages "*" --public
- npx pkg . -t node18-linuxstatic-arm64 --output $BIN_FOLDER/linux/arm64/$BIN_NAME --no-bytecode --public-packages "*" --public
- npx pkg . -t node18-linuxstatic-x64 --output $BIN_FOLDER/linux/x64/$BIN_NAME --no-bytecode --public-packages "*" --public
#- npx pkg . -t node18-win-arm64 --output $BIN_FOLDER/Windows/arm64/$BIN_NAME --no-bytecode --public-packages "*" --public
- npx pkg . -t node18-win-arm64 --output $BIN_FOLDER/Windows/arm64/$BIN_NAME --no-bytecode --public-packages "*" --public
- npx pkg . -t node18-win-x64 --output $BIN_FOLDER/Windows/x64/$BIN_NAME --no-bytecode --public-packages "*" --public
artifacts:
untracked: true
......@@ -65,8 +65,8 @@ sign_macos:
- security unlock-keychain -p $SIGN_KEYCHAIN_PASSWORD $SIGN_LOGIN_KEYCHAIN_PATH
- cd $BIN_FOLDER/macOS/arm64
- !reference [.macOS-sign_and_pkg, script]
#- cd $BIN_FOLDER/macOS/x64
#- !reference [.macOS-sign_and_pkg, script]
- cd $BIN_FOLDER/macOS/x64
- !reference [.macOS-sign_and_pkg, script]
artifacts:
paths:
- $BIN_FOLDER/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment