python stretch image

This commit is contained in:
Akinwale Ariwodola 2020-02-27 18:53:45 +01:00
parent c31d164215
commit 1aafa49a5c

View file

@ -46,7 +46,7 @@ build apk:
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
deploy build.lbry.io:
image: python:buster
image: python:stretch
stage: deploy
dependencies:
- build apk
@ -64,7 +64,7 @@ deploy build.lbry.io:
- aws s3 cp bin/$BUILD_APK_FILENAME__64 s3://build.lbry.io/android/push.apk
release apk:
image: python:buster
image: python:stretch
stage: release
only:
- tags