Update Android

This commit is contained in:
ddutchie 2024-03-14 07:20:33 -04:00
parent 38ba707160
commit 464a9fdcf0
2 changed files with 3 additions and 2 deletions

View file

@ -29,9 +29,10 @@ build android x64:
image: docker
services:
- docker:dind
script:
script:
- cd android
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
- docker build -f Dockerfile-android -t ${CI_REGISTRY_IMAGE}:android-x64 .
- docker build -f Dockerfile -t ${CI_REGISTRY_IMAGE}:android-x64 .
- docker push ${CI_REGISTRY_IMAGE}:android-x64
build windows x64: