Skip to content

Commit 4367d15

Browse files
authored
Merge pull request #3584 from dragon-flyings/brokenIssue
🌱 runtime error on darwin arm64 machine: killed
2 parents 6bd9e01 + e43663b commit 4367d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ build: ## Build the project locally
5858

5959
.PHONY: install
6060
install: build ## Build and install the binary with the current source code. Use it to test your changes locally.
61+
rm -f $(GOBIN)/kubebuilder
6162
cp ./bin/kubebuilder $(GOBIN)/kubebuilder
6263

6364
##@ Development

0 commit comments

Comments
 (0)