From c273c54e1928c40e51e4100ed72f503f78632a0c Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 1 Aug 2021 15:46:16 +0500 Subject: [PATCH] Drop windows binary building --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ecd53ae..2a31e5d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: matrix: # build and publish in parallel a lot of binaries # https://golang.org/doc/install/source#environment See supported Go OS/Arch pairs here - goos: [linux, windows, darwin, freebsd, openbsd] + goos: [linux, darwin, freebsd, openbsd] goarch: ["386", amd64, arm64] exclude: - goarch: "386"