mirror of
https://github.com/gusaul/grpcox.git
synced 2024-11-17 06:26:56 +00:00
25 lines
376 B
YAML
25 lines
376 B
YAML
builds:
|
|
- binary: grpcurl
|
|
main: ./cmd/grpcurl
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
ldflags:
|
|
- -s -w -X main.version=v{{.Version}}
|
|
|
|
archive:
|
|
format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
replacements:
|
|
amd64: x86_64
|
|
386: x86_32
|
|
darwin: osx
|
|
files:
|
|
- LICENSE
|