mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +02:00
adding jsonnet-deps to release (#667)
Co-authored-by: Jordan Cohen <jordan.cohen@digitalasset.com>
This commit is contained in:
parent
a39e181c51
commit
b38dfbb86e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user