Update to new build system

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-05-25 16:34:21 +01:00
parent cd0a7e25f8
commit 82b8dfff83
3 changed files with 11 additions and 201 deletions

View File

@@ -1,9 +1,9 @@
# docker-revanced-builder
A bash script that will help you build Revanced apps using Docker. Based on [revanced-automatic-builder](https://github.com/gnuhead-chieb/revanced-automatic-builder).
A Docker container that will help you build Revanced apps. Based on [revanced-apks/build-apps](https://github.com/revanced-apks/build-apps).
```shell
docker run -v $(pwd)/build:/app/build -v $(pwd)/out:/app/out -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry.karaolidis.com/nikas36/revanced-builder:latest
docker run -v $(pwd)/build:/app/build -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry.karaolidis.com/nikas36/revanced-builder:latest
```
## Environment Variables
@@ -14,11 +14,10 @@ docker run -v $(pwd)/build:/app/build -v $(pwd)/out:/app/out -e GITHUB_TOKEN=YOU
## Volumes
| Volume | Description |
| ------------ | --------------------- |
| `/app/build` | The build directory. |
| `/app/out` | The output directory. |
| Volume | Description |
| ------------ | ----------------------------------------------- |
| `/app/build` | The build directory (should contain a keystore) |
## Notes
Remember to download [VancedMicroG](<[VancedMicroG](https://github.com/TeamVanced/VancedMicroG/releases)>) in order to be able to sign in to your Google account.
Remember to download [VancedMicroG](https://github.com/TeamVanced/VancedMicroG/releases) in order to be able to sign in to your Google account.