chore: missing goreleaser config

main
sudo pacman -Syu 2022-07-22 21:48:07 +07:00
parent bdc5122ae3
commit 895492a929
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 20 additions and 0 deletions

20
.goreleaser.yml Normal file
View File

@ -0,0 +1,20 @@
before:
hooks:
- go mod tidy
builds:
- main: ./cmd/update-go-mod
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
universal_binaries:
- replace: true
archives:
- format_overrides:
- goos: windows
format: zip
changelog:
skip: true