diff --git a/.goreleaser.yml b/.goreleaser.yml index 88bc331..8022f00 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,6 +13,9 @@ builds: - amd64 - "386" - arm64 + ignore: + - goos: windows + goarch: arm64 env: - CGO_ENABLED=0 - GO111MODULE=on @@ -26,4 +29,4 @@ archives: name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" format_overrides: - goos: windows - format: zip + format: zip \ No newline at end of file