This commit is contained in:
2026-05-14 06:17:36 +05:00
parent eda8797552
commit bff42d7981
5 changed files with 165 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
KEYSTORE_PASSWORD=your_keystore_password_here
KEY_ALIAS=your_key_alias_here
KEY_PASSWORD=your_key_password_here
+2
View File
@@ -0,0 +1,2 @@
.env
release/
+11
View File
@@ -0,0 +1,11 @@
services:
release:
# image: git.shihaam.dev/dockerfiles/android-builder
image: git.shihaam.dev/dockerfiles/runners/gradle
hostname: isodroid
network_mode: host
env_file: .env
volumes:
- ./release:/release
- ../../:/source
- /root/.cache/cache-runners/gradle:/root/.gradle