remove m1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user