Skip to content

Commit

Permalink
add dist target for Celine
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalucki committed Dec 20, 2023
1 parent 973e9c5 commit 3f6f574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ _build-installation-image:
go generate ./...
docker build --build-arg COMMIT=${COMMIT}${DIRTY} --build-arg VERSION=${VERSION} -t $(REGISTRY)$(INSTALLATION_IMAGE_NAME):$(TAG) -f Dockerfile --target $(INSTALLATION_IMAGE_NAME) .

dist: build build-images

build-images: _build-extension-image _build-installation-image
echo "Building ${VERSION}-${COMMIT}${DIRTY} done."

Expand Down

0 comments on commit 3f6f574

Please sign in to comment.