mirror of
https://github.com/securego/gosec.git
synced 2024-12-29 05:55:51 +00:00
Add configuration for goreleaser tool
This commit is contained in:
parent
4ae8c95b40
commit
80c68e670c
1 changed files with 15 additions and 0 deletions
15
.goreleaser.yml
Normal file
15
.goreleaser.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
builds:
|
||||||
|
- main : ./cmd/gas/
|
||||||
|
binary: gas
|
||||||
|
goos:
|
||||||
|
- darwin
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
|
||||||
|
|
||||||
|
archive:
|
||||||
|
files:
|
||||||
|
- README.md
|
||||||
|
- LICENSE.txt
|
Loading…
Reference in a new issue