Skip to content

Commit 47e640d

Browse files
authored
Reuse existing buildx builder for cache (#240)
1 parent 9d7c8c6 commit 47e640d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,4 @@ endif
295295

296296
.PHONY: docker-buildx-nac
297297
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
300298
- $(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag ${IMG} -f Dockerfile .
301-
- $(CONTAINER_TOOL) buildx rm project-v3-builder

0 commit comments

Comments
 (0)