Skip to content

Commit

Permalink
env var
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <leecalcote@gmail.com>
  • Loading branch information
leecalcote committed Jan 6, 2021
1 parent 6087bec commit abd386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
ldflags:
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.version={{.Version}}
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.commitsha={{.Commit}}
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.releasechannel={{.Releasechannel}}
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.releasechannel={{.Env.RELEASE_CHANNEL}}
# GOOS list to build for.
# For more info refer to: https://golang.org/doc/install/source#environment
# Defaults are darwin and linux.
Expand Down

0 comments on commit abd386b

Please sign in to comment.