1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00

Add note about environment variables

This commit is contained in:
Artem Bulgakov 2020-06-23 15:14:38 +03:00
parent 4879dd7027
commit 266fe17782

View file

@ -41,6 +41,19 @@ Filename of built package relative to repository root.
- Example: `test_app/bin/testapp-0.1-armeabi-v7a-debug.apk`
## Environment variables
You can set environment variables to change Buildozer settings. See
[Buildozer Readme](https://github.com/kivy/buildozer#default-config) for more
information.
Example (change Android architecture):
```yaml
env:
APP_ANDROID_ARCH: armeabi-v7a
```
## Caching
You can set up cache for Buildozer global and local directories. Global