mirror of https://github.com/daffainfo/nuclei.git
36 lines
453 B
YAML
36 lines
453 B
YAML
before:
|
|
hooks:
|
|
- go mod tidy
|
|
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- windows
|
|
- linux
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
- arm
|
|
- arm64
|
|
|
|
ignore:
|
|
- goos: darwin
|
|
goarch: '386'
|
|
- goos: windows
|
|
goarch: 'arm'
|
|
- goos: windows
|
|
goarch: 'arm64'
|
|
|
|
binary: '{{ .ProjectName }}'
|
|
main: cmd/nuclei/main.go
|
|
|
|
archives:
|
|
- format: zip
|
|
replacements:
|
|
darwin: macOS
|
|
|
|
checksum:
|
|
algorithm: sha256
|