adding jsonnet-deps to release (#667)

Co-authored-by: Jordan Cohen <jordan.cohen@digitalasset.com>
This commit is contained in:
Jordan Cohen 2023-02-02 14:29:28 -05:00 committed by GitHub
parent a39e181c51
commit b38dfbb86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,25 @@ builds:
main: ./cmd/jsonnet-lint main: ./cmd/jsonnet-lint
binary: jsonnet-lint binary: jsonnet-lint
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
id: jsonnet-deps
main: ./cmd/jsonnet-deps
binary: jsonnet-deps
archives: archives:
- replacements: - replacements:
@ -122,3 +141,19 @@ nfpms:
conflicts: conflicts:
# See: https://packages.ubuntu.com/jsonnet # See: https://packages.ubuntu.com/jsonnet
- jsonnet-lint - jsonnet-lint
- id: jsonnet-deps
package_name: jsonnet-deps-go
builds:
- jsonnet-deps
homepage: https://github.com/google/go-jsonnet
license: Apache 2.0
formats:
- deb
bindir: /usr/bin
maintainer: David Cunningham <dcunnin@google.com>
file_name_template: " jsonnet-deps-go_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
overrides:
deb:
conflicts:
# See: https://packages.ubuntu.com/jsonnet
- jsonnet-deps