Re-activated the GitHub action to build and publish the docker image.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-01-07 15:05:29 +13:00 committed by Dirk Hohndel
parent 8e8c69f749
commit 7d751a8160
4 changed files with 18 additions and 26 deletions

View file

@ -16,5 +16,9 @@
cp ../../../packaging/android/android-build-setup.sh .
cp ../../../packaging/android/variables.sh .
if [ "$1X" == "-no-docker-buildX" ]; then
exit 0
fi
# create the container (this takes a while)
docker build -t android-build .