mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 23:07:14 +02:00
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:
parent
35acb29ff8
commit
fd65a61e87
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user