mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
build release binaries for linux/s390x (#248)
This commit is contained in:
@@ -9,11 +9,16 @@ builds:
|
||||
- amd64
|
||||
- 386
|
||||
- arm64
|
||||
- s390x
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: s390x
|
||||
- goos: windows
|
||||
goarch: s390x
|
||||
ldflags:
|
||||
- -s -w -X main.version=v{{.Version}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user