We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7c8c6 commit 47e640dCopy full SHA for 47e640d
Makefile
@@ -295,7 +295,4 @@ endif
295
296
.PHONY: docker-buildx-nac
297
docker-buildx-nac: ## Build and push docker image for the manager for cross-platform support
298
- - $(CONTAINER_TOOL) buildx create --name project-v3-builder
299
- $(CONTAINER_TOOL) buildx use project-v3-builder
300
- $(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag ${IMG} -f Dockerfile .
301
- - $(CONTAINER_TOOL) buildx rm project-v3-builder
0 commit comments