Skip to content

Commit a413950

Browse files
authored
use a larger machine type to build the flutter images (#3035)
1 parent 3c7850f commit a413950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cloud_build/flutter/cloudbuild.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ steps:
3838
args: ['--help']
3939
dir: .cloud_build/flutter
4040

41+
options:
42+
machineType: 'E2_HIGHCPU_8'
4143
images: [
4244
'gcr.io/$PROJECT_ID/flutter:main',
4345
'gcr.io/$PROJECT_ID/flutter:beta',

0 commit comments

Comments
 (0)