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:
parent
4879dd7027
commit
266fe17782
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -41,6 +41,19 @@ Filename of built package relative to repository root.
|
||||||
|
|
||||||
- Example: `test_app/bin/testapp-0.1-armeabi-v7a-debug.apk`
|
- 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
|
## Caching
|
||||||
|
|
||||||
You can set up cache for Buildozer global and local directories. Global
|
You can set up cache for Buildozer global and local directories. Global
|
||||||
|
|
Loading…
Reference in a new issue