mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:29:03 +08:00
chore(Makefile): 🔧 include missed slash and formatting
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
3c66f9d2dd
commit
18cfc40982
8
Makefile
8
Makefile
@ -69,8 +69,9 @@ build-push-query-service:
|
|||||||
@echo "--> Building and pushing query-service docker image"
|
@echo "--> Building and pushing query-service docker image"
|
||||||
@echo "------------------"
|
@echo "------------------"
|
||||||
@cd $(QUERY_SERVICE_DIRECTORY) && \
|
@cd $(QUERY_SERVICE_DIRECTORY) && \
|
||||||
docker buildx build --file Dockerfile --progress plane --no-cache --push --platform linux/arm64,linux/amd64
|
docker buildx build --file Dockerfile --progress plane --no-cache \
|
||||||
--build-arg LD_FLAGS=$(LD_FLAGS) --tag $(REPONAME)/$(QUERY_SERVICE_DOCKER_IMAGE):$(DOCKER_TAG) .
|
--push --platform linux/arm64,linux/amd64 --build-arg LD_FLAGS=$(LD_FLAGS) \
|
||||||
|
--tag $(REPONAME)/$(QUERY_SERVICE_DOCKER_IMAGE):$(DOCKER_TAG) .
|
||||||
|
|
||||||
# Steps to build and push docker image of flattener
|
# Steps to build and push docker image of flattener
|
||||||
.PHONY: build-flattener-amd64 build-push-flattener
|
.PHONY: build-flattener-amd64 build-push-flattener
|
||||||
@ -89,7 +90,8 @@ build-push-flattener:
|
|||||||
@echo "--> Building and pushing flattener docker image"
|
@echo "--> Building and pushing flattener docker image"
|
||||||
@echo "------------------"
|
@echo "------------------"
|
||||||
@cd $(FLATTENER_DIRECTORY) && \
|
@cd $(FLATTENER_DIRECTORY) && \
|
||||||
docker buildx build --file Dockerfile --progress plane --no-cache --push --platform linux/arm64,linux/amd64
|
docker buildx build --file Dockerfile --progress plane \
|
||||||
|
--no-cache --push --platform linux/arm64,linux/amd64 \
|
||||||
--tag $(REPONAME)/$(FLATTERNER_DOCKER_IMAGE):$(DOCKER_TAG) .
|
--tag $(REPONAME)/$(FLATTERNER_DOCKER_IMAGE):$(DOCKER_TAG) .
|
||||||
|
|
||||||
dev-setup:
|
dev-setup:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user