mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Add note about building packages locally
This commit is contained in:
parent
cbdb7b684b
commit
22e6252194
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Buildozer action
|
||||
|
||||
[![Build workflow](https://github.com/ArtemSBulgakov/buildozer-action/workflows/Build/badge.svg?branch=master)](https://github.com/ArtemSBulgakov/buildozer-action/actions?query=workflow%3ABuild)
|
||||
[![Build (with Buildozer master) workflow](https://github.com/ArtemSBulgakov/buildozer-action/workflows/Build%20(with%20Buildozer%20master)/badge.svg?branch=master)](https://github.com/ArtemSBulgakov/buildozer-action/actions?query=workflow%3A%22Build+%28with+Buildozer+master%29%22)
|
||||
[![Build (with Buildozer master) workflow](<https://github.com/ArtemSBulgakov/buildozer-action/workflows/Build%20(with%20Buildozer%20master)/badge.svg?branch=master>)](https://github.com/ArtemSBulgakov/buildozer-action/actions?query=workflow%3A%22Build+%28with+Buildozer+master%29%22)
|
||||
|
||||
Build your Python/[Kivy](https://github.com/kivy/kivy) applications for Android
|
||||
with [Buildozer](https://github.com/kivy/buildozer). This action uses official
|
||||
|
@ -123,6 +123,11 @@ jobs:
|
|||
path: ${{ steps.buildozer.outputs.filename }}
|
||||
```
|
||||
|
||||
## How to build packages locally
|
||||
|
||||
Use official Buildozer's [Docker image](https://hub.docker.com/r/kivy/buildozer)
|
||||
([repository](https://github.com/kivy/buildozer#buildozer-docker-image)).
|
||||
|
||||
## Contributing
|
||||
|
||||
Please create Bug Request if you have problems with running this action or
|
||||
|
|
Loading…
Reference in a new issue