Skip to content

Commit

Permalink
build: add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Parkinson committed Jul 27, 2021
1 parent 96e56bc commit 1f65086
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
archives:
- format: binary
changelog:
sort: asc
checksum:
disable: true

0 comments on commit 1f65086

Please sign in to comment.