mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-29 15:28:48 +02:00
CI (every push/PR): - pub-cache cached keyed on pubspec.lock - dorny/paths-filter skips the Flutter job for Go-only changes and vice versa (skipped required checks count as passing) Release: - gomobile installed from the go.mod-pinned x/mobile version instead of @latest (reproducible, covered by the setup-go cache; verified locally that go.sum already satisfies cmd/gomobile) - Android bind targets arm/arm64/amd64 only - 386 dropped, amd64 kept so the universal APK still runs on x86_64 emulators - NDK r29 cached; docker prune dropped from the free-space step - Flutter pinned to 3.41.5 (matches .fvmrc/ci.yml) in both build jobs plus pub-cache caching; xcodeproj gem installed only when missing