Skip to content

Commit

Permalink
fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Mar 5, 2020
1 parent 0067e1f commit b41e11d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
project_name: nit
before:
hooks:
- go mod download
builds:
-
main: ./cmd/nit/main.go
binary: nit
env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- README.md
- LICENSE
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- README.md
- LICENSE
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit b41e11d

Please sign in to comment.