Skip to content

Commit

Permalink
Only export binary distribution due to disk space of github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
FriwiDev authored Oct 6, 2023
1 parent a889150 commit b6c0abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DockerfileLinux
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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 target
COPY --from=stage /jcef/third_party third_party
COPY --from=stage /jcef/buildtools buildtools
COPY --from=stage /jcef/jcef_build jcef_build
#COPY --from=stage /jcef/target target
#COPY --from=stage /jcef/third_party third_party
#COPY --from=stage /jcef/buildtools buildtools
#COPY --from=stage /jcef/jcef_build jcef_build

0 comments on commit b6c0abd

Please sign in to comment.