diff --git a/.cirrus.yml b/.cirrus.yml index 691582239e..e881e587bf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -180,3 +180,11 @@ task: CI_USE_APT_INSTALL: "no" PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do FILE_ENV: "./ci/test/00_setup_env_mac_host.sh" + +task: + name: 'ARM64 Android APK [bionic]' + << : *GLOBAL_TASK_TEMPLATE + container: + image: ubuntu:bionic + env: + FILE_ENV: "./ci/test/00_setup_env_android.sh"