File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 0.2.2
1+ 0.2.3
Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ dist:
5555 mkdir -p build/kubectl-kcl/bin release/
5656 cp -f README.md LICENSE build/kubectl-kcl
5757 GOOS=linux GOARCH=amd64 $(GO ) build -o build/kubectl-kcl/bin/kubectl-kcl -trimpath -ldflags=" $( LDFLAGS) "
58- tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-linux-amd64.tgz kcl/
58+ tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-linux-amd64.tgz kubectl- kcl/
5959 GOOS=linux GOARCH=arm64 $(GO ) build -o build/kubectl-kcl/bin/kubectl-kcl -trimpath -ldflags=" $( LDFLAGS) "
60- tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-linux-arm64.tgz kcl/
60+ tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-linux-arm64.tgz kubectl- kcl/
6161 GOOS=darwin GOARCH=amd64 $(GO ) build -o build/kubectl-kcl/bin/kubectl-kcl -trimpath -ldflags=" $( LDFLAGS) "
62- tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-macos-amd64.tgz kcl/
62+ tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-macos-amd64.tgz kubectl- kcl/
6363 GOOS=darwin GOARCH=arm64 $(GO ) build -o build/kubectl-kcl/bin/kubectl-kcl -trimpath -ldflags=" $( LDFLAGS) "
64- tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-macos-arm64.tgz kcl/
64+ tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-macos-arm64.tgz kubectl- kcl/
6565 rm build/kubectl-kcl/bin/kubectl-kcl
6666 GOOS=windows GOARCH=amd64 $(GO ) build -o build/kubectl-kcl/bin/kubectl-kcl.exe -trimpath -ldflags=" $( LDFLAGS) "
67- tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-windows-amd64.tgz kcl/
67+ tar -C build/ -zcvf $(CURDIR ) /release/kubectl-kcl-windows-amd64.tgz kubectl- kcl/
6868
6969.PHONY : release
7070release : lint dist
You can’t perform that action at this time.
0 commit comments