add goreleaser

This commit is contained in:
crgimenes
2023-02-05 16:47:08 -03:00
parent 3329927504
commit 10c6c1339f
3 changed files with 82 additions and 0 deletions

14
.goreleaser.yml Normal file
View File

@@ -0,0 +1,14 @@
builds:
- goos:
- linux
- windows
goarch:
- amd64
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}"
checksum:
# goreleaser-pro is required to merge checksums. Multiple runs are
# required because Ebitengine only supports crossbuild for Windows
# machines
disable: true