Remove seperate 32 bit version again

This commit is contained in:
FriwiDev 2021-10-26 15:37:47 +02:00
parent d4394018b1
commit d6d15c93fd
3 changed files with 4 additions and 12 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
out

View File

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

View File

@ -8,11 +8,8 @@ if ("%2"=="") ( ^
exit 1 ^ exit 1 ^
) )
if "%1"=="386" (set bit=32) ^
else (set bit=64)
:: Execute build with windows Dockerfile :: Execute build with windows Dockerfile
docker build -t jcefbuild%bit% --file DockerfileWindows%bit% . docker build -t jcefbuild --file DockerfileWindows .
:: Execute run with windows Dockerfile :: Execute run with windows Dockerfile
docker run -v jcef:c:/jcef -v out:c:/out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild%bit% docker run -v jcef:c:/jcef -v out:c:/out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild