Skip to content

Commit

Permalink
Added goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
rivik committed Aug 25, 2020
1 parent 0d6a812 commit 6fc647b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
project_name: prometheus-nginxlog-exporter
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
goarch:
- amd64
flags:
- -mod=readonly
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"

0 comments on commit 6fc647b

Please sign in to comment.