We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1049d41 commit 1facea5Copy full SHA for 1facea5
Makefile
@@ -172,7 +172,7 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
172
sed -e '1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
173
- $(CONTAINER_TOOL) buildx create --name project-v3-builder
174
$(CONTAINER_TOOL) buildx use project-v3-builder
175
- - $(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag ${IMG} -f Dockerfile.cross .
+ $(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag ${IMG} -f Dockerfile.cross .
176
- $(CONTAINER_TOOL) buildx rm project-v3-builder
177
rm Dockerfile.cross
178
0 commit comments