Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
ci: quite docker ocmmand
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 20, 2023
1 parent 6fe0a99 commit 510b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: mod

build-docker:
@echo "--> Building Docker image for linux/amd64"
$(DOCKER) build --build-arg BUILDPLATFORM=linux/amd64 -t celestiaorg/orchestrator-relayer -f Dockerfile .
@$(DOCKER) build --build-arg BUILDPLATFORM=linux/amd64 -t celestiaorg/orchestrator-relayer -f Dockerfile .
.PHONY: build-docker

lint:
Expand Down

0 comments on commit 510b9aa

Please sign in to comment.