nuclei/v2/.goreleaser.yml

33 lines
410 B
YAML
Raw Normal View History

2021-03-14 07:07:41 +00:00
before:
hooks:
- go mod tidy
2020-06-01 19:34:57 +00:00
builds:
2021-06-15 16:01:56 +00:00
- env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
2021-07-12 13:54:04 +00:00
- goos: windows
goarch: 'arm'
2021-06-15 16:01:56 +00:00
binary: '{{ .ProjectName }}'
main: cmd/nuclei/main.go
2020-06-01 19:34:57 +00:00
archives:
2021-06-15 16:01:56 +00:00
- format: zip
replacements:
darwin: macOS
checksum:
algorithm: sha256