diff --git a/.goreleaser.yml b/.goreleaser.yml index 1603cfb..779b1c0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,6 +12,8 @@ builds: ignore: - goos: darwin goarch: 386 + - goos: windows + goarch: arm64 ldflags: - -s -w -X main.version=v{{.Version}}