Skip to content

Commit

Permalink
patch: go releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed May 31, 2024
1 parent 0e6972a commit 352a51b
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 @@ -11,8 +11,8 @@ builds:
- amd64
- arm64
ldflags:
- -s -w -X "github.com/kubesimplify/ksctl-cli/cli/cmd.BuildDate={{.Env.DATE}}"
- -s -w -X "github.com/kubesimplify/ksctl-cli/cli/cmd.Version={{.Env.VERSION}}"
- -s -w -X "github.com/ksctl/cli/cli/cmd.BuildDate={{.Env.DATE}}"
- -s -w -X "github.com/ksctl/cli/cli/cmd.Version={{.Env.VERSION}}"
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit 352a51b

Please sign in to comment.