Skip to content

Commit f995ca4

Browse files
authored
Merge pull request #10 from jokogr/support_darwin_arm64
goreleaser: Stop ignoring darwin-arm64
2 parents 7db0475 + a3a6ecb commit f995ca4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ builds:
3030
goarch: '386'
3131
- goos: darwin
3232
goarch: arm
33-
- goos: darwin
34-
goarch: arm64
3533
binary: '{{ .ProjectName }}_v{{ .Version }}'
3634
archives:
3735
- format: zip

0 commit comments

Comments
 (0)