GitHub Actions: disable Android container builds on GitHub

Building this locally and squashing layers creates a MUCH smaller image.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-04-24 16:06:56 -07:00
parent f04bfd4a86
commit eccbf01a22

View file

@ -1,10 +1,12 @@
name: Android Docker Image CI name: Android Docker Image CI
on: # -- disabled for now, as the resulting image is HUGE and causes our
push: # Android builds to fail
paths: #on:
- scripts/docker/android-build-container/Dockerfile # push:
- .github/workflows/android-docker* # paths:
# - scripts/docker/android-build-container/Dockerfile
# - .github/workflows/android-docker*
jobs: jobs:
android-build-container: android-build-container: