Fix builds filter ro re-enable darwin builds

I was not able to find any evidences of darwin builds being disabled intentionally. Considering
the [documentation](https://goreleaser.com/customization/build/) I suspect that this was by
mistake. Currently, each list item is applied individually (OR). If I'm wrong, please discard this
PR and share your reasoning.
This commit is contained in:
Lucendio 2020-12-12 22:27:43 +01:00 committed by Stanisław Barzowski
parent 35acb29ff8
commit fd65a61e87

View File

@ -36,7 +36,7 @@ builds:
- arm64 - arm64
ignore: ignore:
- goos: darwin - goos: darwin
- goarch: 386 goarch: 386
id: jsonnetfmt id: jsonnetfmt
main: ./cmd/jsonnetfmt main: ./cmd/jsonnetfmt