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