Skip to content

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Dec 23, 2019
1 parent ed32434 commit 488ca07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
zabbix-aws-deregister.zip
zabbix-aws-deregister
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
env:
- GO111MODULE=on
archives:
- format: zip
files:
- LICENSE
- README.md

0 comments on commit 488ca07

Please sign in to comment.