mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 04:46:37 +08:00
Only export binary distribution due to disk space of github runners
This commit is contained in:
parent
a88915018e
commit
b6c0abdd15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user