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