blob: e7bfd3e27b72d11f904194a83ab3d1501662fee4 [file] [log] [blame]
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