Skip to content

Commit

Permalink
comment ldflags in gorelease file
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Feb 10, 2024
1 parent ec50f54 commit 837aeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ sboms:
builds:
- id: linux
no_unique_dist_dir: true
ldflags:
- "{{ .Env.LDFLAGS }}"
# ldflags:
# - "{{ .Env.LDFLAGS }}"
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 837aeda

Please sign in to comment.