Skip to content

Commit

Permalink
makefile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Nov 17, 2024
1 parent 1913573 commit 62c4b67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/rustfinity-runner/makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
TAG ?= staging

.PHONY: build
build:
ifeq ($(TAG), staging)
docker build -t rustfinity-runner:$(TAG) ../../ -f Dockerfile
else
docker build -t rustfinity-runner:$(TAG) ../../ -f Dockerfile
endif

0 comments on commit 62c4b67

Please sign in to comment.