ffuf/.goreleaser.yml

40 lines
690 B
YAML
Raw Normal View History

2018-11-08 09:26:32 +00:00
builds:
2021-01-24 17:09:57 +00:00
- id: ffuf
binary: ffuf
flags:
- -trimpath
env:
- CGO_ENABLED=0
asmflags:
2021-04-18 10:11:12 +00:00
- all=-trimpath={{.Env.GOPATH}}
2021-01-24 17:09:57 +00:00
gcflags:
2021-04-18 10:11:12 +00:00
- all=-trimpath={{.Env.GOPATH}}
2021-01-24 17:09:57 +00:00
ldflags: |
-s -w -X github.com/ffuf/ffuf/pkg/ffuf.VERSION_APPENDIX= -extldflags '-static'
2018-11-08 09:26:32 +00:00
goos:
- linux
2018-11-09 13:55:09 +00:00
- windows
- freebsd
- openbsd
- darwin
2018-11-08 09:26:32 +00:00
goarch:
- amd64
2018-11-09 13:55:09 +00:00
- 386
- arm
- arm64
ignore:
- goos: freebsd
goarch: arm64
2018-11-09 13:55:09 +00:00
2020-01-29 22:35:55 +00:00
archives:
- id: tgz
format: tar.gz
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip
2018-11-08 09:26:32 +00:00
2020-01-29 22:35:55 +00:00
signs:
- artifacts: checksum