Skip to content

Commit c92599b

Browse files
authoredMar 29, 2021
Merge pull request #1774 from snyk/refactor/change-binaries-release-script
refactor: Update release scripts to the previous version
2 parents 7afa49c + c0a9079 commit c92599b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎release-scripts/make-binaries.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ mkdir binary-releases
66
# adds a file to identify a build as a standalone binary
77
echo '' >dist/STANDALONE
88

9-
npx pkg . -t node14.4.0-alpine-x64 -o binary-releases/snyk-alpine
10-
npx pkg . -t node12.18.1-linux-x64 -o binary-releases/snyk-linux
11-
npx pkg . -t node12.18.1-macos-x64 -o binary-releases/snyk-macos
12-
npx pkg . -t node12.18.1-win-x64 -o binary-releases/snyk-win-unsigned.exe
9+
npx pkg . -t node14-alpine-x64 -o binary-releases/snyk-alpine
10+
npx pkg . -t node12-linux-x64 -o binary-releases/snyk-linux
11+
npx pkg . -t node12-macos-x64 -o binary-releases/snyk-macos
12+
npx pkg . -t node12-win-x64 -o binary-releases/snyk-win-unsigned.exe
1313

1414
# build docker package
1515
./release-scripts/docker-desktop-release.sh

0 commit comments

Comments
 (0)
Please sign in to comment.