Skip to content

Commit

Permalink
runtime error on darwin arm64 machine: killed
Browse files Browse the repository at this point in the history
Signed-off-by: lowang-bh <[email protected]>
  • Loading branch information
lowang-bh committed Sep 4, 2023
1 parent 8d859ca commit c30a17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ build: ## Build the project locally

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

##@ Development
Expand Down

0 comments on commit c30a17f

Please sign in to comment.