Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dipankardas011 authored Oct 23, 2023
1 parent 954d73c commit d34b31f
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/cmd.BuildDate={{.Env.DATE}}"
- -s -w -X "github.com/kubesimplify/ksctl/cli/cmd.Version={{.Env.VERSION}}"
- -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}}"
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit d34b31f

Please sign in to comment.