chore: add goreleaser

main
sudo pacman -Syu 2022-11-06 18:03:48 +07:00
parent bdd3ac3715
commit df43704b2e
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 21 additions and 0 deletions

21
.goreleaser.yml Normal file
View File

@ -0,0 +1,21 @@
before:
hooks:
- go mod tidy
builds:
- main: .
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
universal_binaries:
- replace: true
archives:
- format_overrides:
- goos: windows
format: zip
changelog:
skip: false
use: github