mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-11 08:47:11 +02:00
Fix gorelaser configs to properly build darwin packages (#550)
This commit is contained in:
parent
2f2f6d664f
commit
b10eae7c68
@ -15,7 +15,7 @@ builds:
|
||||
- arm64
|
||||
ignore:
|
||||
- goos: darwin
|
||||
- goarch: 386
|
||||
goarch: 386
|
||||
|
||||
id: jsonnet
|
||||
main: ./cmd/jsonnet
|
||||
@ -36,7 +36,7 @@ builds:
|
||||
- arm64
|
||||
ignore:
|
||||
- goos: darwin
|
||||
- goarch: 386
|
||||
goarch: 386
|
||||
|
||||
id: jsonnetfmt
|
||||
main: ./cmd/jsonnetfmt
|
||||
|
Loading…
Reference in New Issue
Block a user