Skip to content

Commit

Permalink
use a larger machine type to build the flutter images (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Aug 6, 2024
1 parent 3c7850f commit a413950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cloud_build/flutter/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ steps:
args: ['--help']
dir: .cloud_build/flutter

options:
machineType: 'E2_HIGHCPU_8'
images: [
'gcr.io/$PROJECT_ID/flutter:main',
'gcr.io/$PROJECT_ID/flutter:beta',
Expand Down

0 comments on commit a413950

Please sign in to comment.