Support 32bit JVM on Windows 32bit builds

This commit is contained in:
FriwiDev
2021-10-26 15:17:35 +02:00
parent 6317b856fc
commit d4394018b1
4 changed files with 22 additions and 5 deletions

7
DockerfileWindows64 Normal file
View File

@@ -0,0 +1,7 @@
FROM friwidev/jcefdocker:windows64-latest
WORKDIR C:/builder
#Copy and launch run script
COPY scripts/run_windows.bat .
ENTRYPOINT ["run_windows.bat"]