Skip to content

Commit

Permalink
Adds minimum goreleaser setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemeryck committed Nov 20, 2018
1 parent e4a4e7f commit 3c44840
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tags
dist/
20 changes: 20 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
builds:
-
main: ./cmd/main.go
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm
goarm:
- 7
archive:
replacements:
linux: Linux
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Commit }}"

0 comments on commit 3c44840

Please sign in to comment.