From fd65a61e87ef0ff161d3ddabbaca9ee68533ec8e Mon Sep 17 00:00:00 2001 From: Lucendio Date: Sat, 12 Dec 2020 22:27:43 +0100 Subject: [PATCH] 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. --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 596edb7..05c1375 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,7 +36,7 @@ builds: - arm64 ignore: - goos: darwin - - goarch: 386 + goarch: 386 id: jsonnetfmt main: ./cmd/jsonnetfmt