Skip to content

Commit

Permalink
[master] Add gorelease configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
4thel00z committed Oct 29, 2020
1 parent 36df162 commit e2d562b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
builds:
# You can have multiple builds defined as a yaml list
-
# Path to main.go file or main package.
# Default is `.`.
main: ./cmd/webhookd/main.go

# Set the modified timestamp on the output binary, typically
# you would do this to ensure a build was reproducible. Pass
# empty string to skip modifying the output.
# Default is empty string.
mod_timestamp: '{{ .CommitTimestamp }}'

0 comments on commit e2d562b

Please sign in to comment.