Skip to content

Commit

Permalink
adding jsonnet-deps to release (#667)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Cohen <jordan.cohen@digitalasset.com>
  • Loading branch information
jordan-da and hypergig committed Feb 2, 2023
1 parent a39e181 commit b38dfbb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .goreleaser.yml
Expand Up @@ -61,6 +61,25 @@ builds:
main: ./cmd/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:
- replacements:
Expand Down Expand Up @@ -122,3 +141,19 @@ nfpms:
conflicts:
# See: https://packages.ubuntu.com/jsonnet
- 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

0 comments on commit b38dfbb

Please sign in to comment.