From 393076ebe017de2d0a259e7124ef8f13039efa80 Mon Sep 17 00:00:00 2001 From: Anurag Yadav Date: Mon, 4 May 2026 00:12:04 +0530 Subject: [PATCH] chore: remove windows from release targets to fix build failure --- .goreleaser.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1013304..803f0ee 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -10,7 +10,6 @@ builds: - CGO_ENABLED=0 goos: - linux - - windows - darwin goarch: - amd64 @@ -28,10 +27,6 @@ archives: {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} - # use zip for windows archives - format_overrides: - - goos: windows - format: zip checksum: name_template: 'checksums.txt'