mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
d95fb95a1e
* 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>
34 lines
844 B
YAML
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
|