Skip to content

Commit

Permalink
feat: windows pluign use tcp listen
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Oct 15, 2024
1 parent 1fe7fff commit addeb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ build_nodemanPlugin:
mkdir -p "build/nodemanPlugin/bkbscp/plugins_linux_x86_64/bkbscp/etc" "build/nodemanPlugin/bkbscp/plugins_linux_x86_64/bkbscp/bin"
${GOBUILD_LINUX_X64} -ldflags "${LDVersionFLAG} \
-X github.com/TencentBlueKing/bk-bcs/bcs-services/bcs-bscp/pkg/version.CLIENTTYPE=agent" \
-o build/nodemanPlugin/bkbscp/plugins_linux_x86_64/bkbscp/bin/bkbscp build/nodemanPlugin/main.go
-o build/nodemanPlugin/bkbscp/plugins_linux_x86_64/bkbscp/bin/bkbscp build/nodemanPlugin/*.go
sed -e "s/__VERSION__/$(SEM_VERSION)/g" \
-e "s/__START_SCRIPT__/.\/start.sh/g" \
-e "s/__STOP_SCRIPT__/.\/stop.sh/g" \
Expand All @@ -78,7 +78,7 @@ build_nodemanPlugin:
mkdir -p "build/nodemanPlugin/bkbscp/plugins_windows_x86_64/bkbscp/etc" "build/nodemanPlugin/bkbscp/plugins_windows_x86_64/bkbscp/bin"
${GOBUILD_WINDOWS_X64} -ldflags "${LDVersionFLAG} \
-X github.com/TencentBlueKing/bk-bcs/bcs-services/bcs-bscp/pkg/version.CLIENTTYPE=agent" \
-o build/nodemanPlugin/bkbscp/plugins_windows_x86_64/bkbscp/bin/bkbscp.exe build/nodemanPlugin/main.go
-o build/nodemanPlugin/bkbscp/plugins_windows_x86_64/bkbscp/bin/bkbscp.exe build/nodemanPlugin/*.go
sed -e "s/__VERSION__/$(SEM_VERSION)/g" \
-e "s/__START_SCRIPT__/start.bat/g" \
-e "s/__STOP_SCRIPT__/stop.bat/g" \
Expand Down

0 comments on commit addeb34

Please sign in to comment.