diff --git a/Makefile b/Makefile index d9b89e2..5d19b44 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ DEFAULT_GOAL := $(or $(DEFAULT_GOAL),toolchain) ARCH := $(or $(ARCH),x86_64) TARGET := $(or $(TARGET),$(ARCH)) +PLATFORM := $(or $(PLATFORM),linux) NAME := $(shell basename $(shell git rev-parse --show-toplevel)) IMAGE := local/$(NAME):latest USER := $(shell id -u):$(shell id -g)