Skip to content

Commit

Permalink
chore: Fix config for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 17, 2020
1 parent fa891c7 commit 4c42884
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
before:
hooks:
- go mod download
archives:
- format: binary
builds:
- id: nsd
dir: nsd
Expand All @@ -19,6 +17,7 @@ builds:
- goos: linux
goarch: 386
archives:
- format: binary
- replacements:
darwin: Darwin
linux: Linux
Expand Down

0 comments on commit 4c42884

Please sign in to comment.