Skip to content

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
diogonicoleti committed Nov 22, 2017
1 parent 72a0038 commit 874bd95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project_name: newrelic_exporter
builds:
goarch:
- amd64
env:
- CGO_ENABLED=0
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
dockers:
- image: caninjas/newrelic_exporter
latest: true

0 comments on commit 874bd95

Please sign in to comment.