Android executor on other jobs

This commit is contained in:
Diego Mello 2024-04-01 16:51:00 -03:00
parent e432e6a85c
commit f7f3f26ebe
1 changed files with 2 additions and 6 deletions

View File

@ -423,23 +423,19 @@ jobs:
# Android automatic builds
android-automatic-build-experimental:
<<: *defaults
docker:
- image: cimg/android:2023.11-node
<<: *android-executor
environment:
<<: *android-env
<<: *bash-env
resource_class: large
steps:
- android-build
android-build-official:
<<: *defaults
docker:
- image: cimg/android:2023.11-node
<<: *android-executor
environment:
<<: *android-env
<<: *bash-env
resource_class: large
steps:
- android-build