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