Delta builds for Linux and MacOSX (build in <2 min with docker)

This commit is contained in:
FriwiDev
2021-12-29 19:28:48 +01:00
parent d7be58e81f
commit c1352b66c0
6 changed files with 77 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
FROM friwidev/jcefdocker:linux-latest AS stage
LABEL jcefbuild=true
#Declare build type argument (Release or Debug)
ARG BUILD_TYPE
@@ -30,5 +32,7 @@ RUN ./run_linux.sh
#Export built files
FROM scratch AS export-stage
COPY --from=stage /jcef/binary_distrib.tar.gz .
COPY --from=stage /jcef/target .
COPY --from=stage /jcef/third_party third_party
COPY --from=stage /jcef/buildtools buildtools
COPY --from=stage /jcef/jcef_build jcef_build