mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Make sure base is properly built
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
parent
825cd8610c
commit
b1137b5d3c
4
Makefile
4
Makefile
@ -1,5 +1,4 @@
|
||||
PLATFORMS = base \
|
||||
android-arm \
|
||||
PLATFORMS = android-arm \
|
||||
darwin-x64 \
|
||||
linux-x86 \
|
||||
linux-x64 \
|
||||
@ -10,6 +9,7 @@ DOCKER = docker
|
||||
IMAGE = steeve/cross-compiler
|
||||
|
||||
all:
|
||||
$(DOCKER) build -t $(IMAGE):base .
|
||||
for i in $(PLATFORMS); do \
|
||||
$(DOCKER) build -t $(IMAGE):$$i $$i ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user