From 43be41b8a5358cb64d7cb28d46ed3c3c43af52e2 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 Apr 2024 23:52:17 +0800 Subject: [PATCH] chore: remove windows --- .goreleaser.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index be4ca90..aa2c160 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,7 +20,6 @@ builds: binary: slash goos: - linux - - windows - darwin archives: @@ -33,10 +32,6 @@ archives: {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }} - # use zip for windows archives - format_overrides: - - goos: windows - format: zip changelog: sort: asc