Skip to content

Commit

Permalink
[BUILD] - Fixing LFAGS (#212)
Browse files Browse the repository at this point in the history
The version and gitsha was not correctly being pasted to the binaries
  • Loading branch information
gambol99 committed Jul 6, 2022
1 parent cd0da87 commit 2bd79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GO_DIRS=cmd hack pkg
SH_DIRS=.circleci hack
ROOT_DIR=${PWD}
UNAME := $(shell uname)
LFLAGS ?= -X version.Version=${VERSION} -X version.GitCommit=${GIT_SHA}
LFLAGS ?= -X github.com/appvia/terraform-controller/pkg/version.Version=${VERSION} -X github.com/appvia/terraform-controller/pkg/version.GitCommit=${GIT_SHA}
VERSION ?= latest

# IMPORTANT NOTE: On CircleCI RELEASE_TAG will be set to the string '<nil>' if no tag is in use, so
Expand Down

0 comments on commit 2bd79d6

Please sign in to comment.