diff --git a/.goreleaser.yml b/.goreleaser.yml index 470918f7..735638b4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,6 +25,8 @@ builds: ignore: - goos: darwin goarch: "386" + - goos: darwin + goarch: "arm64" binary: "{{ .ProjectName }}_v{{ .Version }}" archives: - format: zip