mirror of
https://github.com/securego/gosec.git
synced 2025-03-17 20:57:54 +02: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
@ -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…
x
Reference in New Issue
Block a user