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:
parent
f04bfd4a86
commit
eccbf01a22
12
.github/workflows/android-dockerimage.yml
vendored
12
.github/workflows/android-dockerimage.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user