Skip to content

Commit

Permalink
fix:Makefile (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaidChan authored Sep 11, 2024
1 parent 0237a55 commit 8d60013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ build_docker: build_initContainer build_sidecar
cd build/initContainer && docker build . -t bscp-init
cd build/sidecar && docker build . -t bscp-sidecar

.PHONY: build
build:
${GOBUILD} -ldflags "${LDVersionFLAG} \
-X github.com/TencentBlueKing/bk-bcs/bcs-services/bcs-bscp/pkg/version.CLIENTTYPE=command" \
-o bin/${BIN_NAME} cmd/bscp/*.go

.PHONY: build_nodemanPlugin
build_nodemanPlugin:
@echo "Building nodemanPlugin version: ${SEM_VERSION}"
Expand Down

0 comments on commit 8d60013

Please sign in to comment.