Skip to content

Commit

Permalink
build & install ksctl only (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Devtools <[email protected]>
  • Loading branch information
MatousJobanek and Devtools authored Aug 21, 2024
1 parent 3b26733 commit a0a148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run-go:
$(Q)CGO_ENABLED=0 \
go ${GO_COMMAND} ${V_FLAG} \
-ldflags "-X ${GO_PACKAGE_PATH}/pkg/version.Commit=${GIT_COMMIT_ID} -X ${GO_PACKAGE_PATH}/pkg/version.BuildTime=${BUILD_TIME}" \
${GO_EXTRA_FLAGS} ${GO_PACKAGE_PATH}/cmd/...
${GO_EXTRA_FLAGS} ${GO_PACKAGE_PATH}/cmd/ksctl/...

.PHONY: verify-dependencies
## Runs commands to verify after the updated dependecies of toolchain-common/API(go mod replace), if the repo needs any changes to be made
Expand Down

0 comments on commit a0a148a

Please sign in to comment.