diff --git a/.goreleaser.yml b/.goreleaser.yml index 5ecf68a1..358d1034 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