mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-12-04 23:25:57 +08:00
Copy natives correctly on linux/arm64 & linux/arm/v6
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user