Skip to content

Commit

Permalink
fix(windows): latest zeit/pkg produced broken binary for Windows
Browse files Browse the repository at this point in the history
Basically the fix was to pin to pkg@4.3.8

This affected releases v0.9.12 and the v0.10.0-0 RC. Both have been fixed
retroactively in their GitHub releases.
  • Loading branch information
edvald authored and thsig committed Jun 26, 2019
1 parent d486dac commit 868a0d6
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ jobs:
- run: sudo apt-get update && sudo apt-get -y install rsync
- *attach-workspace
- include_dashboard
- run: sudo npm install -g pkg
- run:
command: ./garden-service/bin/build-pkg.sh
- run: npm run dist
- store_artifacts:
path: garden-service/dist/
destination: /downloads
Expand Down
Loading

0 comments on commit 868a0d6

Please sign in to comment.