Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ build-catalog: opm
@# Create base catalog from template
sed "s/{{ VERSION }}/$(VERSION)/g" catalog/catalog.tpl > catalog/catalog.json
@# Add bundle FBC
$(OPM) render ./bundle
$(OPM) render ./bundle >> catalog/catalog.json

.PHONY: catalog-docker-buildx
catalog-docker-buildx: build-catalog ## Build and push docker image for the manager for cross-platform support
catalog-docker-buildx: bundle build-catalog ## Build and push docker image for the manager for cross-platform support
- $(CONTAINER_TOOL) buildx create --name webhook-operator-index-builder
$(CONTAINER_TOOL) buildx use webhook-operator-index-builder
- $(CONTAINER_TOOL) buildx build $(DOCKER_BUILDX_FLAGS) --platform=$(PLATFORMS) --tag ${CATALOG_IMG} -f catalog.Dockerfile .
Expand Down