Skip to content

Commit

Permalink
remove m1
Browse files Browse the repository at this point in the history
  • Loading branch information
crgimenes committed Feb 5, 2023
1 parent 10c6c13 commit 35b1184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35b1184

Please sign in to comment.