Skip to content

Commit

Permalink
fix: what are any of these languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Dec 23, 2024
1 parent 5bb4ae0 commit c38e29f
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 @@ -85,7 +85,7 @@ build/%: ## build the latest image
else \
BUILDKIT=1; \
fi && \
REPO=$$(echo "$(REPO)" | sed 's:/*$$:/:' | sed 's:^\s*/*\s*$$::') && \ # End repo with exactly one trailing slash, unless it is empty
REPO=$$(echo "$(REPO)" | sed 's:/*$$:/:' | sed 's:^\s*/*\s*$$::'); \ # End repo with exactly one trailing slash, unless it is empty
IMAGE_NAME="$${REPO}$(notdir $@):$(TAG)" && \
DOCKER_BUILDKIT=$$BUILDKIT docker build $(DARGS) --rm --force-rm -t $$IMAGE_NAME ./images/$(DIRECTORY) && \
echo -n "Built image $$IMAGE_NAME of size: " && \
Expand Down

0 comments on commit c38e29f

Please sign in to comment.