use lbry dockerhub image
This commit is contained in:
parent
a50657c472
commit
2fd2319cdb
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ jobs:
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
install:
|
install:
|
||||||
- docker pull vshyba/temporary_pyinstaller_32bits_py37:latest
|
- docker pull lbry/pyinstaller34_32bits:py371
|
||||||
script:
|
script:
|
||||||
- docker run -v "$(pwd):/src/lbry" vshyba/temporary_pyinstaller_32bits_py37:latest lbry/scripts/wine_build.sh
|
- docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh
|
||||||
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue