Skip to content
Snippets Groups Projects
Commit 9a0e617a authored by Andri Joos's avatar Andri Joos :blush:
Browse files

bundletool separate image

parent 563444fb
No related merge requests found
...@@ -16,6 +16,7 @@ variables: ...@@ -16,6 +16,7 @@ variables:
SIGNING_PROPERTIES_FILE: android/signing.properties SIGNING_PROPERTIES_FILE: android/signing.properties
SINGING_KEYSTORE_FILE: android/signing-keystore.jks SINGING_KEYSTORE_FILE: android/signing-keystore.jks
FLUTTER_ANDROID_IMAGE: andrijoos/flutter:3.24.5-android FLUTTER_ANDROID_IMAGE: andrijoos/flutter:3.24.5-android
BUNDLETOOL_IMAGE: andrijoos/bundletool
android: android:
stage: build stage: build
...@@ -42,7 +43,7 @@ android: ...@@ -42,7 +43,7 @@ android:
.build_universal_apk: .build_universal_apk:
stage: build stage: build
image: image:
name: ${FLUTTER_ANDROID_IMAGE} name: ${BUNDLETOOL_IMAGE}
pull_policy: always pull_policy: always
tags: tags:
- amd64 - amd64
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment