diff --git a/.goreleaser.yml b/.goreleaser.yml index 8cfe2eba..5b9f9e27 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,11 @@ builds: goarch: - amd64 - arm64 + ignore: + - goos: linux + goarch: arm64 + - goos: windows + goarch: arm64 ldflags: - -s -w - -X main.Version={{.Version}}