Skip to content

Commit

Permalink
fix archive format for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 25, 2022
1 parent 91c0527 commit 9cb75da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ builds:
- -X github.com/Arriven/db1000n/src/runner/config.DefaultConfig={{- .Env.DEFAULT_CONFIG_VALUE }}
- -X github.com/Arriven/db1000n/src/utils/metrics.PushGatewayCA={{- .Env.CA_PATH_VALUE }}
- -X github.com/Arriven/db1000n/src/utils/metrics.BasicAuth={{- .Env.PROMETHEUS_BASIC_AUTH }}
archives:
- id: default
builds:
- db1000n
format: tar.gz
format_overrides:
- goos: windows
format: zip

0 comments on commit 9cb75da

Please sign in to comment.