Skip to content

Commit 6e7ef3e

Browse files
committed
remove unuseless comment in Makefile
Signed-off-by: roc <roc@imroc.cc>
1 parent 27ecdc6 commit 6e7ef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker-buildx-push: docker-buildx docker-push
1616
# architectures.
1717
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
1818
.PHONY: docker-buildx
19-
docker-buildx: ## Build and push docker image for the manager for cross-platform support
19+
docker-buildx:
2020
$(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag ${IMG} .
2121
.PHONY: docker-push
2222
docker-push:

0 commit comments

Comments
 (0)