Skip to content

Commit

Permalink
Merge pull request #887 from garden-io/fix-win-build
Browse files Browse the repository at this point in the history
fix(windows): latest zeit/pkg produced broken binary for Windows
  • Loading branch information
thsig authored Jun 26, 2019
2 parents d486dac + 868a0d6 commit 1ebf457
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 1ebf457

Please sign in to comment.