1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

Add arm64 support (#618)

This commit is contained in:
Matthieu MOREL
2021-05-18 22:48:59 +02:00
committed by GitHub
parent e7ac8829ba
commit 51f7411573

View File

@@ -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