Skip to content

Commit

Permalink
goreleaser: fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Mar 17, 2020
1 parent 2cec397 commit ef2a6b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Expand Up @@ -10,6 +10,12 @@ builds:
- env:
- CGO_ENABLED=0
main: ./cmd/kaf
goarch:
- amd64
goos:
- linux
- darwin
- windows
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit ef2a6b9

Please sign in to comment.