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

16
.goreleaser_macos.yml Normal file
View File

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