Skip to content

Commit

Permalink
add override for zip format on windows to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
anuccio1 authored and elldritch committed May 29, 2018
1 parent f661ebf commit e197444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ builds:
goarch:
- amd64
ldflags: -s -w -X github.com/fossas/fossa-cli/cmd/fossa/version.version={{.Version}} -X github.com/fossas/fossa-cli/cmd/fossa/version.commit={{.Commit}} -X "github.com/fossas/fossa-cli/cmd/fossa/version.goversion={{.Env.GOVERSION}}" -X github.com/fossas/fossa-cli/cmd/fossa/version.buildType=production
archive:
format_overrides:
- goos: windows
format: zip

0 comments on commit e197444

Please sign in to comment.