Files
flutter-docker-image/docker-compose.yml
T
verified-commit[bot] d95fb95a1e chore: update flutter dependencies in version.json for 3.29.0 (#289)
* chore: update flutter dependencies in version.json for 3.29.0

* build: install NDK and CMake

* docs: update docs

* ci: add ndk version

* ci: add cmake version

---------

Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com>
Co-authored-by: Eligio Mariño <22875166+gmeligio@users.noreply.github.com>
2025-02-16 18:38:20 +01:00

34 lines
844 B
YAML

services:
flutter:
build:
context: .
target: flutter
args:
flutter_version: $FLUTTER_VERSION
environment:
ENABLE_ANALYTICS: $ENABLE_ANALYTICS
fastlane:
build:
context: .
target: fastlane
args:
flutter_version: $FLUTTER_VERSION
fastlane_version: $FASTLANE_VERSION
environment:
ENABLE_ANALYTICS: $ENABLE_ANALYTICS
android:
build:
context: .
target: android
args:
flutter_version: $FLUTTER_VERSION
fastlane_version: $FASTLANE_VERSION
android_build_tools_version: $ANDROID_BUILD_TOOLS_VERSION
android_platform_versions: $ANDROID_PLATFORM_VERSIONS
android_ndk_version: $ANDROID_NDK_VERSION
cmake_version: $CMAKE_VERSION
environment:
ENABLE_ANALYTICS: $ENABLE_ANALYTICS