diff --git a/.goreleaser.yml b/.goreleaser.yml index 22cee29..402a87c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,8 +9,8 @@ builds: - amd64 - 386 ignore: - - goos: freebsd - goarch: arm64 + - goos: darwin + goarch: 386 ldflags: - -s -w -X main.version=v{{.Version}}