Add iOS & Android build + frontend fixes for desktop
Build & Push Docker Images / test-backend (push) Successful in 53s
Build & Push Docker Images / test-frontend (push) Successful in 58s
Build & Push Docker Images / build-backend (push) Successful in 1m4s
Build & Push Docker Images / build-frontend (push) Failing after 56s

This commit is contained in:
Ichitux
2026-05-26 19:12:31 +02:00
parent 53f81eeb01
commit c3f0f3c35c
15 changed files with 381 additions and 7 deletions
+18 -1
View File
@@ -20,7 +20,24 @@
"WebFetch(domain:dev.to)",
"Bash(command -v npx node java)",
"Bash(npx --version)",
"Bash(npx cap *)"
"Bash(npx cap *)",
"Bash(pacman -Si jdk17-openjdk)",
"Bash(yay -Si android-sdk-cmdline-tools-latest)",
"Bash(sudo pacman -S --needed --noconfirm jdk17-openjdk)",
"Bash(sudo -n pacman -S --needed --noconfirm jdk17-openjdk)",
"Bash(java -version)",
"Read(//opt/android-sdk/**)",
"Read(//usr/lib/jvm/**)",
"Bash(getent group *)",
"Bash(cat)",
"Bash(grep -q '^android/local.properties$' /home/anunez/Projects/FarmaFinder/.gitignore)",
"Bash(JAVA_HOME=/usr/lib/jvm/java-17-openjdk ANDROID_HOME=/opt/android-sdk ANDROID_SDK_ROOT=/opt/android-sdk PATH=/usr/lib/jvm/java-17-openjdk/bin:/opt/android-sdk/cmdline-tools/latest/bin:/opt/android-sdk/platform-tools:__TRACKED_VAR__ ./gradlew --no-daemon assembleDebug)",
"Bash(shred -u /tmp/.farmafinder-keystore-pass)",
"Read(//tmp/**)",
"Bash(JAVA_HOME=/usr/lib/jvm/java-17-openjdk /usr/lib/jvm/java-17-openjdk/bin/jarsigner -verify -verbose:summary /home/anunez/Projects/FarmaFinder/android/app/build/outputs/bundle/release/app-release.aab)",
"Bash(openssl pkcs7 *)",
"Bash(openssl x509 *)",
"Bash(/opt/android-sdk/build-tools/34.0.0/apksigner verify *)"
]
}
}