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

fixup! add multi platform image

parent 67aac145
No related branches found
No related tags found
No related merge requests found
Pipeline #7625 passed with stage
in 27 minutes and 45 seconds
......@@ -26,7 +26,6 @@
".",
],
},
],
"inputs": [
{
......
......@@ -28,7 +28,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
&& cd ${FLUTTER_DIR} \
&& git fetch origin tag ${FLUTTER_VERSION} \
&& git checkout tags/${FLUTTER_VERSION} \
&& ${FLUTTER_DIR}/bin/flutter doctor; \
&& bash ${FLUTTER_DIR}/bin/internal/update_dart_sdk.sh; \
fi
......
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