Skip to content

Commit

Permalink
ateam-13324 temporarily only support linux for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Oct 6, 2022
1 parent 7870370 commit c10ecf0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .goreleaser.yml
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit c10ecf0

Please sign in to comment.