diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9ba1f13..c4a92ba 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -8,23 +8,10 @@ builds: - CGO_ENABLED=1 goos: - linux - # - darwin - # - windows - # - freebsd goarch: - amd64 - - arm64 - - arm ignore: - - goos: windows - goarch: arm64 - - goos: freebsd - goarch: arm64 - - goos: windows - goarch: arm - - goos: freebsd - goarch: arm - - goos: darwin + - goos: linux goarch: arm archives: -