mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Remove seperate 32 bit version again
This commit is contained in:
parent
d4394018b1
commit
d6d15c93fd
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
out
|
||||
|
@ -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"]
|
@ -8,11 +8,8 @@ if ("%2"=="") ( ^
|
||||
exit 1 ^
|
||||
)
|
||||
|
||||
if "%1"=="386" (set bit=32) ^
|
||||
else (set bit=64)
|
||||
|
||||
:: Execute build with windows Dockerfile
|
||||
docker build -t jcefbuild%bit% --file DockerfileWindows%bit% .
|
||||
docker build -t jcefbuild --file DockerfileWindows .
|
||||
|
||||
:: 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
|
||||
|
Loading…
Reference in New Issue
Block a user