We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c591e7 commit d4b8b6cCopy full SHA for d4b8b6c
1 file changed
Makefile
@@ -286,8 +286,8 @@ bundle: manifests kustomize operator-sdk ## Generate bundle manifests and metada
286
cp -r chart/* deploy/chart/$(VERSION)/
287
288
.PHONY: bundle-build
289
-bundle-build: ## Build the bundle image (multi-arch).
290
- $(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) -f bundle.Dockerfile -t $(BUNDLE_IMG) .
+bundle-build: ## Build the bundle image.
+ $(CONTAINER_TOOL) build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
291
292
.PHONY: bundle-push
293
bundle-push: ## Push the bundle image.
0 commit comments