mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +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 \
|
PLATFORMS = android-arm \
|
||||||
android-arm \
|
|
||||||
darwin-x64 \
|
darwin-x64 \
|
||||||
linux-x86 \
|
linux-x86 \
|
||||||
linux-x64 \
|
linux-x64 \
|
||||||
@ -10,6 +9,7 @@ DOCKER = docker
|
|||||||
IMAGE = steeve/cross-compiler
|
IMAGE = steeve/cross-compiler
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
$(DOCKER) build -t $(IMAGE):base .
|
||||||
for i in $(PLATFORMS); do \
|
for i in $(PLATFORMS); do \
|
||||||
$(DOCKER) build -t $(IMAGE):$$i $$i ; \
|
$(DOCKER) build -t $(IMAGE):$$i $$i ; \
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user