Skip to content
Open
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BUILD_OS := "linux"
BUILD_ARCH := "amd64"

REGISTRY := ghcr.io/openmcp-project
OCM_REGISTRY := $(REGISTRY)/components
DOCKER_BUILDER_NAME := "ls-multiarch"

DISABLE_CLEANUP := false
Expand Down Expand Up @@ -95,7 +96,7 @@ docker-images: build ## Builds images for all controllers locally. The images ar

.PHONY: component
component: ocm ## Builds and pushes the Component Descriptor. Also pushes the images and combines them into multi-platform images. Requires the docker images to have been built before.
@OCM=$(OCM) $(REPO_ROOT)/hack/generate-cd.sh $(REGISTRY)
@OCM=$(OCM) $(REPO_ROOT)/hack/generate-cd.sh $(OCM_REGISTRY)

.PHONY: build-resources ## Wrapper for 'make docker-images component'.
build-resources: docker-images component
Expand Down Expand Up @@ -224,4 +225,4 @@ registry: localbin ## Download registry locally if necessary. If wrong version i

.PHONY: release
release:
@$(REPO_ROOT)/hack/release.sh
@$(REPO_ROOT)/hack/release.sh