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

fixup! make image multi version capable

parent 4669d2b5
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,12 @@ RUN dart --disable-analytics \
&& flutter config \
--no-analytics \
--no-enable-web \
--no-enable-linux-desktop \
--no-enable-macos-desktop \
--no-enable-windows-desktop \
--no-enable-ios \
--no-enable-fuchsia \
--enable-android \
--no-enable-android \
--enable-linux-desktop \
&& flutter precache --universal --linux
# Build demo project/pipeline
......
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