Skip to content

Commit

Permalink
chore: add goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomascogez committed Jun 23, 2022
1 parent 74e8d07 commit 35143a7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
builds:
- binary: dump-dumper
goos:
- darwin
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
flags:
- -mod=vendor

release:
prerelease: auto

universal_binaries:
- replace: true

brews:
-
name: dump-dumper
homepage: "https://github.com/Thomascogez/dump-and-dumper"
tap:
owner: Thomascogez
name: dump-dumper
commit_author:
name: Thomascogez
email: thomas.cogez@gmail.com

checksum:
name_template: 'checksums.txt'

0 comments on commit 35143a7

Please sign in to comment.