Skip to content

Commit

Permalink
Merge pull request #1619 from damascene/patch-1
Browse files Browse the repository at this point in the history
Add example Docker build with caching
  • Loading branch information
akshayaurora committed Jul 18, 2023
2 parents c458c5d + a80e932 commit 1532478
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ A Dockerfile is available to use buildozer through a Docker environment.
docker run --volume "$(pwd)":/home/user/hostcwd buildozer --version


### Example Build with Caching
- Build and keep downloaded SDK and NDK in `~/.buildozer` directory:

docker run -v $HOME/.buildozer:/home/user/.buildozer -v $(pwd):/home/user/hostcwd kivy/buildozer android debug


## Buildozer GitHub action

Use [ArtemSBulgakov/buildozer-action@v1](https://github.com/ArtemSBulgakov/buildozer-action)
Expand Down

0 comments on commit 1532478

Please sign in to comment.