Attempt prebuilding for ARM/v6

This commit is contained in:
FriwiDev
2021-11-23 22:55:37 +01:00
parent 672c81ad28
commit b07f47aeb4
5 changed files with 80 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ ARG REF
WORKDIR /builder
#Copy existing sources, if any
COPY jcef /jcef
#Copy prebuild classes, if any
COPY out/linux* /prebuild
#Copy and launch run script
COPY scripts/run_linux.sh .