Skip to content

Commit

Permalink
chore: remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
JBOClara authored Dec 6, 2023
1 parent 8ce628d commit f743cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
go run ./main.go

docker-build:
docker buildx build --platform linux/amd64 --load -t ${IMG} --build-arg TARGETARCH=${ARCH} .
docker buildx build --load -t ${IMG} --build-arg TARGETARCH=${ARCH} .

docker-push: ## Push docker image with the manager.
docker push ${IMG}
Expand Down

0 comments on commit f743cf5

Please sign in to comment.