remove m1

This commit is contained in:
crgimenes
2023-02-05 17:12:22 -03:00
parent 10c6c1339f
commit 35b1184429
2 changed files with 1 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ builds:
- amd64
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}"
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
checksum:
# goreleaser-pro is required to merge checksums. Multiple runs are
# required because Ebitengine only supports crossbuild for Windows

View File

@@ -3,12 +3,9 @@ builds:
- 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