Copy natives correctly on linux/arm64 & linux/arm/v6

This commit is contained in:
FriwiDev
2021-11-23 23:13:26 +01:00
parent 9940b72ee3
commit 4d5de16f09
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ WORKDIR /builder
COPY jcef /jcef
#Copy prebuild classes, if any
COPY out/linux* /prebuild
#Copy additional natives
COPY natives /natives
#Copy and launch run script
COPY scripts/run_linux.sh .