mirror of
https://github.com/ffuf/ffuf
synced 2024-11-28 22:40:23 +00:00
Fix goreleaser config
This commit is contained in:
parent
f97c2f7600
commit
e847ee0847
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ builds:
|
|||
env:
|
||||
- CGO_ENABLED=0
|
||||
asmflags:
|
||||
- all=-trimpath
|
||||
- all=-trimpath={{.Env.GOPATH}}
|
||||
gcflags:
|
||||
- all=-trimpath
|
||||
- all=-trimpath={{.Env.GOPATH}}
|
||||
ldflags: |
|
||||
-s -w -X github.com/ffuf/ffuf/pkg/ffuf.VERSION_APPENDIX= -extldflags '-static'
|
||||
goos:
|
||||
|
|
Loading…
Reference in a new issue