Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Oct 19, 2023
1 parent ca9dc71 commit 8a9fa2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ builds:
goarch: arm64
dir: .
main: cvemap.go

binary: '{{ .ProjectName }}'
builder: go
gobinary: go
command: build
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
- -s -w -X main.version={{.Version}} -X main.builtBy=goreleaser
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit 8a9fa2c

Please sign in to comment.