From c10ecf0aeb74858ff975b50adffe546fad57da29 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 6 Oct 2022 14:25:14 -0400 Subject: [PATCH] ateam-13324 temporarily only support linux for goreleaser --- .goreleaser.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index de58e587..f7a9ab00 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,9 +7,9 @@ dist: target/dist builds: - goos: - - darwin + #- darwin - linux - - windows + #- windows # github.com/mattn/go-ieproxy vendor/github.com/mattn/go-ieproxy/GetProxyFunc.go:10:9: undefined: proxyMiddleman # - openbsd # - freebsd @@ -24,12 +24,6 @@ builds: - 6 - 7 ignore: - - goos: windows - goarch: 386 - - goos: windows - goarch: amd64 - - goos: windows - goarch: arm - goos: darwin goarch: 386 env: