mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 22:33:11 +08:00
update container
This commit is contained in:
7
.ci/Dockerfile
Normal file
7
.ci/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM cirrusci/flutter:latest
|
||||
|
||||
RUN yes | sdkmanager \
|
||||
"platforms;android-27" \
|
||||
"build-tools;27.0.3" \
|
||||
"extras;google;m2repository" \
|
||||
"extras;android;m2repository"
|
@ -1,7 +1,7 @@
|
||||
task:
|
||||
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
|
||||
container:
|
||||
image: cirrusci/flutter:latest
|
||||
dockerfile: .ci/Dockerfile
|
||||
cpu: 4
|
||||
memory: 8G
|
||||
upgrade_script:
|
||||
|
Reference in New Issue
Block a user