From a7c9d994306a2d85d11c3db96c8d7481d8c59a9a Mon Sep 17 00:00:00 2001 From: ryandamour Date: Sat, 30 Jan 2021 23:41:06 -0700 Subject: [PATCH] Skip windows builds due to cobra --- .goreleaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5e77212..5a3345e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,7 +2,6 @@ builds: - binary: ssrfuzz goos: - linux - - windows - freebsd - openbsd - darwin @@ -14,7 +13,7 @@ builds: ignore: - goos: freebsd - windows + goarch: arm64 archives: - id: tgz