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 - amd64
archives: archives:
- format: binary - format: binary
name_template: "{{ .ProjectName }}_{{ .Os }}" name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
checksum: checksum:
# goreleaser-pro is required to merge checksums. Multiple runs are # goreleaser-pro is required to merge checksums. Multiple runs are
# required because Ebitengine only supports crossbuild for Windows # required because Ebitengine only supports crossbuild for Windows

View File

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