Enhance cross-platform build system (#266)

With this new build system, it'll make it easier to compile third-party
libraries statically to multiple platforms.
This commit is contained in:
Lukas Herman
2020-12-15 14:13:12 -05:00
committed by GitHub
parent f472618b71
commit 1b5203d3a0
35 changed files with 226 additions and 254 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM dockcross/linux-x64
ARG IMAGE=lherman/cross-linux-x64
ARG VERSION=latest
ENV DEFAULT_DOCKCROSS_IMAGE ${IMAGE}:${VERSION}
COPY init.sh /tmp/init.sh
RUN bash /tmp/init.sh