build release binaries for linux/s390x (#248)

This commit is contained in:
Namrata Bhave 2021-08-18 18:23:40 +05:30 committed by GitHub
parent 59a32e5eb0
commit cd242fe1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -9,11 +9,16 @@ builds:
- amd64 - amd64
- 386 - 386
- arm64 - arm64
- s390x
ignore: ignore:
- goos: darwin - goos: darwin
goarch: 386 goarch: 386
- goos: windows - goos: windows
goarch: arm64 goarch: arm64
- goos: darwin
goarch: s390x
- goos: windows
goarch: s390x
ldflags: ldflags:
- -s -w -X main.version=v{{.Version}} - -s -w -X main.version=v{{.Version}}