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 <lhui_wang@163.com>
  • Loading branch information
lowang-bh authored and camilamacedo86 committed Sep 13, 2023
1 parent 9fa0245 commit 5390dcb
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 5390dcb

Please sign in to comment.