Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie committed Oct 18, 2023
1 parent 3b4d871 commit 059eabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/license/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
.PHONY: docker-build
docker-build: test ## Build docker image with the manager.
docker-build: ## Build docker image with the manager.
mv bin/manager bin/controller-license-${TARGETARCH} || true
chmod +x bin/controller-license-${TARGETARCH}
docker build -t ${IMG} . --build-arg TARGETARCH=${TARGETARCH}
Expand Down

0 comments on commit 059eabd

Please sign in to comment.