Skip to content

Commit

Permalink
add goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaln7 committed May 27, 2020
1 parent 354b614 commit aacbece
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- go mod download
builds:
- main: .
binary: do-ansible-inventory
goos:
- linux
- windows
- darwin
goarch:
- amd64
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: macos
linux: linux
windows: windows
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc

0 comments on commit aacbece

Please sign in to comment.