mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Add arm64 support (#618)
This commit is contained in:
parent
e7ac8829ba
commit
51f7411573
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ builds:
|
|||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
|
Loading…
Reference in a new issue