File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,25 @@ builds:
61
61
main : ./cmd/jsonnet-lint
62
62
binary : jsonnet-lint
63
63
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
+
64
83
65
84
archives :
66
85
- replacements :
@@ -122,3 +141,19 @@ nfpms:
122
141
conflicts :
123
142
# See: https://packages.ubuntu.com/jsonnet
124
143
- 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
You can’t perform that action at this time.
0 commit comments