Skip to content

Commit

Permalink
fix: revert to nodejs8 on standalone binaries
Browse files Browse the repository at this point in the history
For some reason, nodejs10 alpine build segfaults. Need to investigate, reverting for now.
  • Loading branch information
Anton Drukh committed Jul 19, 2019
1 parent 1f2bc2c commit 68ada6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"//": "build the alpine, macos, linux and windows binaries",
"path": "@semantic-release/exec",
"cmd": "npm i -g pkg && pkg . -t node10-alpine-x64,node10-linux-x64,node10-macos-x64,node10-win-x64"
"cmd": "npm i -g pkg && pkg . -t node8-alpine-x64,node8-linux-x64,node8-macos-x64,node8-win-x64"
},
{
"//": "shasum all binaries",
Expand Down

0 comments on commit 68ada6a

Please sign in to comment.