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 branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ variables:
SIGNING_PROPERTIES_FILE: android/signing.properties
SINGING_KEYSTORE_FILE: android/signing-keystore.jks
FLUTTER_ANDROID_IMAGE: andrijoos/flutter:3.24.5-android
BUNDLETOOL_IMAGE: andrijoos/bundletool
android:
stage: build
......@@ -42,7 +43,7 @@ android:
.build_universal_apk:
stage: build
image:
name: ${FLUTTER_ANDROID_IMAGE}
name: ${BUNDLETOOL_IMAGE}
pull_policy: always
tags:
- 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