mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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
1 changed files with 7 additions and 5 deletions
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…
Add table
Reference in a new issue