Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3584 from dragon-flyings/brokenIssue
Browse files Browse the repository at this point in the history
馃尡 runtime error on darwin arm64 machine: killed
  • Loading branch information
k8s-ci-robot committed Sep 13, 2023
2 parents 6bd9e01 + e43663b commit 4367d15
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 4367d15

Please sign in to comment.