mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Update goreleaser configuration (#379)
This commit is contained in:
parent
9a5a067bca
commit
4532da8064
1 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,16 @@
|
|||
builds:
|
||||
- binary: ffuf
|
||||
- id: ffuf
|
||||
binary: ffuf
|
||||
flags:
|
||||
- -trimpath
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
asmflags:
|
||||
- all=-trimpath={{.Env.GOPATH}}
|
||||
gcflags:
|
||||
- all=-trimpath={{.Env.GOPATH}}
|
||||
ldflags: |
|
||||
-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -extldflags '-static'
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
|
|
Loading…
Reference in a new issue