Skip to content
Snippets Groups Projects
Commit 5f5f45bb authored by calrama's avatar calrama
Browse files

Upgrade windows docker container to 15GB memory

parent 1dd8fd40
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ build windows:
- Copy-Item 'C:/Windows/System32/ddraw.dll' 'windows/ddraw.dll'
- Copy-Item 'C:/Windows/System32/nvcuda.dll' 'windows/nvcuda.dll'
script:
- docker build --isolation process --memory 12G --pull -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows" windows
- docker build --isolation process --memory 15G --pull -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows" windows
- docker push "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows"
after_script:
- docker logout "${CI_REGISTRY}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment