Fix goreleaser config
This commit is contained in:
parent
f97c2f7600
commit
e847ee0847
@ -6,9 +6,9 @@ builds:
|
|||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
asmflags:
|
asmflags:
|
||||||
- all=-trimpath
|
- all=-trimpath={{.Env.GOPATH}}
|
||||||
gcflags:
|
gcflags:
|
||||||
- all=-trimpath
|
- all=-trimpath={{.Env.GOPATH}}
|
||||||
ldflags: |
|
ldflags: |
|
||||||
-s -w -X github.com/ffuf/ffuf/pkg/ffuf.VERSION_APPENDIX= -extldflags '-static'
|
-s -w -X github.com/ffuf/ffuf/pkg/ffuf.VERSION_APPENDIX= -extldflags '-static'
|
||||||
goos:
|
goos:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user