mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +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:
|
task:
|
||||||
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
|
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
|
||||||
container:
|
container:
|
||||||
image: cirrusci/flutter:latest
|
dockerfile: .ci/Dockerfile
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 8G
|
memory: 8G
|
||||||
upgrade_script:
|
upgrade_script:
|
||||||
|
Reference in New Issue
Block a user