mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Adding s390x support (#902)
- Updated .goreleaser.yaml to support Linux on IBM Z ( s390x ) Signed-off-by: Dave Hay <david_hay@uk.ibm.com> Signed-off-by: Dave Hay <david_hay@uk.ibm.com>
This commit is contained in:
parent
e06bbf9175
commit
c39bcdb989
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ builds:
|
|||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
- s390x
|
||||
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
|
Loading…
Reference in a new issue