Files
thoughtsync/.forgejo
bvandeusenandClaude Opus 5 40cb463be7
Android (Tauri) / Android APK (debug) (push) Successful in 3m55s
android: build the x86_64 ABI too, so an emulator can run it (task 1864)
arm64 is every real device, but a desktop emulator is x86_64 — an arm64-only APK
installs there and then dies unable to load its native library. A build nobody
can try on an emulator is a build nobody checks, which defeats the point of
producing an artifact at all while there is no phone in the loop.

armv7 and i686 stay out: 32-bit hardware we do not target, and the image carries
all four targets if that ever changes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-17 22:01:42 -04:00
..