21 lines
368 B
YAML
21 lines
368 B
YAML
|
builds:
|
||
|
- binary: subfinder
|
||
|
main: cmd/subfinder/main.go
|
||
|
goos:
|
||
|
- linux
|
||
|
- windows
|
||
|
- darwin
|
||
|
goarch:
|
||
|
- amd64
|
||
|
- 386
|
||
|
- arm
|
||
|
- arm64
|
||
|
|
||
|
archives:
|
||
|
- id: tgz
|
||
|
format: tar.gz
|
||
|
replacements:
|
||
|
darwin: macOS
|
||
|
format_overrides:
|
||
|
- goos: windows
|
||
|
format: zip
|