remove goreleaser

This commit is contained in:
crgimenes
2023-09-20 09:12:10 -03:00
parent 1487a438d5
commit 0b56a08165
2 changed files with 0 additions and 27 deletions

View File

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

View File

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