Merge remote-tracking branch 'origin/master' into sslkeylogfile

This commit is contained in:
Igor Wiedler 2021-09-20 14:22:59 +02:00
commit 393668ddc6
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}}