Skip to content

Commit b38dfbb

Browse files
authored
adding jsonnet-deps to release (#667)
Co-authored-by: Jordan Cohen <[email protected]>
1 parent a39e181 commit b38dfbb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.goreleaser.yml

+35
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,25 @@ builds:
6161
main: ./cmd/jsonnet-lint
6262
binary: jsonnet-lint
6363

64+
- env:
65+
- CGO_ENABLED=0
66+
goos:
67+
- linux
68+
- windows
69+
- darwin
70+
goarch:
71+
- 386
72+
- amd64
73+
- arm
74+
- arm64
75+
ignore:
76+
- goos: darwin
77+
goarch: 386
78+
79+
id: jsonnet-deps
80+
main: ./cmd/jsonnet-deps
81+
binary: jsonnet-deps
82+
6483

6584
archives:
6685
- replacements:
@@ -122,3 +141,19 @@ nfpms:
122141
conflicts:
123142
# See: https://packages.ubuntu.com/jsonnet
124143
- jsonnet-lint
144+
- id: jsonnet-deps
145+
package_name: jsonnet-deps-go
146+
builds:
147+
- jsonnet-deps
148+
homepage: https://github.com/google/go-jsonnet
149+
license: Apache 2.0
150+
formats:
151+
- deb
152+
bindir: /usr/bin
153+
maintainer: David Cunningham <[email protected]>
154+
file_name_template: " jsonnet-deps-go_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
155+
overrides:
156+
deb:
157+
conflicts:
158+
# See: https://packages.ubuntu.com/jsonnet
159+
- jsonnet-deps

0 commit comments

Comments
 (0)