Skip to content

Commit

Permalink
actually zip binary now
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed May 9, 2019
1 parent 48eaf9e commit 03e3c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults: &golang
steps:
- checkout
- run: go build -o ./pkg/packer_$(go env GOOS)_$(go env GOARCH) .
- run: zip ./pkg/packer_$(go env GOOS)_$(go env GOARCH) ./pkg/
- run: zip ./pkg/packer_$(go env GOOS)_$(go env GOARCH).zip ./pkg/packer_$(go env GOOS)_$(go env GOARCH)
- run: rm ./pkg/packer_$(go env GOOS)_$(go env GOARCH)
- persist_to_workspace:
root: .
Expand Down

0 comments on commit 03e3c32

Please sign in to comment.