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
on:
push:
paths:
- scripts/docker/android-build-container/Dockerfile
- .github/workflows/android-docker*
# -- disabled for now, as the resulting image is HUGE and causes our
# Android builds to fail
#on:
# push:
# paths:
# - scripts/docker/android-build-container/Dockerfile
# - .github/workflows/android-docker*
jobs:
android-build-container: