Skip to content

Commit

Permalink
Add binary name to avoid overwrite (#537)
Browse files Browse the repository at this point in the history
Signed-off-by: Annanay <[email protected]>
  • Loading branch information
annanay25 authored Feb 18, 2021
1 parent e068d3c commit a8bf220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
builds:
- id: "tempo"
main: ./cmd/tempo
binary: tempo
env:
- CGO_ENABLED=0
goos:
Expand All @@ -19,6 +20,7 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'
- id: "tempo-query"
main: ./cmd/tempo-query
binary: tempo-query
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit a8bf220

Please sign in to comment.