Skip to content
Snippets Groups Projects
Verified Commit ddbdd589 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix typo

parent b77d6d76
Branches
No related tags found
No related merge requests found
...@@ -5,8 +5,7 @@ TAGS := $(SDK_VERSION) ...@@ -5,8 +5,7 @@ TAGS := $(SDK_VERSION)
.PHONY: build .PHONY: build
build: build:
docker build --pull -t $(IMAGE):$(TAGS) . \ docker build --pull -t $(IMAGE):$(TAGS) . \
--build-arg PLATFORM=$(PLATFORM) \ --build-arg SDK_VERSION=$(SDK_VERSION) \
--build-arg BUILD_TOOLS=$(BUILD_TOOLS)
docker tag $(IMAGE):$(TAGS) $(IMAGE):latest docker tag $(IMAGE):$(TAGS) $(IMAGE):latest
@echo Successfully tagged $(IMAGE):$(TAGS) as latest @echo Successfully tagged $(IMAGE):$(TAGS) as latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment