mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-24 13:14:01 +03:00
21 lines
361 B
YAML
21 lines
361 B
YAML
builds:
|
|
- binary: httpx
|
|
main: cmd/httpx/httpx.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 |