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