diff --git a/.goreleaser.yml b/.goreleaser.yml index 1dc8329..ea3652d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,6 +26,8 @@ builds: ignore: - goos: darwin goarch: '386' + - goos: windows + goarch: 'arm64' binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - format: zip