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
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ TAGS := $(SDK_VERSION)
.PHONY: build
build:
docker build --pull -t $(IMAGE):$(TAGS) . \
--build-arg PLATFORM=$(PLATFORM) \
--build-arg BUILD_TOOLS=$(BUILD_TOOLS)
--build-arg SDK_VERSION=$(SDK_VERSION) \
docker tag $(IMAGE):$(TAGS) $(IMAGE):latest
@echo Successfully tagged $(IMAGE):$(TAGS) as latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment