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

disable all platforms

parent 58454f89
No related branches found
No related tags found
No related merge requests found
Pipeline #7585 passed with stage
in 14 minutes and 59 seconds
...@@ -42,7 +42,16 @@ RUN apk add --no-cache bash git gcompat \ ...@@ -42,7 +42,16 @@ RUN apk add --no-cache bash git gcompat \
USER ${USERNAME} USER ${USERNAME}
WORKDIR /home/${USERNAME} WORKDIR /home/${USERNAME}
RUN dart --disable-analytics && flutter config --no-analytics \ 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-android \
--no-enable-ios \
--no-enable-fuchsia \
&& flutter precache --universal && flutter precache --universal
# Test flutter # Test flutter
......
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