@@ -330,6 +330,8 @@ targets:
330
330
recipe : flutter/flutter
331
331
presubmit : false
332
332
timeout : 90 # https://github.com/flutter/flutter/issues/120901
333
+ dimensions :
334
+ os : " Linux"
333
335
properties :
334
336
cores : " 32"
335
337
dependencies : >-
@@ -4840,6 +4842,8 @@ targets:
4840
4842
task_name : flutter_packaging
4841
4843
tags : >
4842
4844
["framework", "hostonly", "shard", "linux"]
4845
+ dimensions :
4846
+ os : " Linux"
4843
4847
4844
4848
- name : Mac flutter_packaging
4845
4849
recipe : packaging/packaging
@@ -4855,6 +4859,7 @@ targets:
4855
4859
["framework", "hostonly", "shard", "mac"]
4856
4860
dimensions :
4857
4861
cpu : " x86"
4862
+ os : " Mac"
4858
4863
4859
4864
4860
4865
- name : Mac_arm64 flutter_packaging
@@ -4871,6 +4876,7 @@ targets:
4871
4876
["framework", "hostonly", "shard", "mac"]
4872
4877
dimensions :
4873
4878
cpu : " arm64"
4879
+ os : " Mac"
4874
4880
4875
4881
- name : Windows flutter_packaging
4876
4882
recipe : packaging/packaging
@@ -4884,6 +4890,8 @@ targets:
4884
4890
task_name : flutter_packaging
4885
4891
tags : >
4886
4892
["framework", "hostonly", "shard", "windows"]
4893
+ dimensions :
4894
+ os : " Windows"
4887
4895
4888
4896
4889
4897
- name : Linux docs_deploy_beta
@@ -4906,6 +4914,8 @@ targets:
4906
4914
validation : docs_deploy
4907
4915
validation_name : Docs_deploy
4908
4916
firebase_project : master-docs-flutter-dev
4917
+ dimensions :
4918
+ os : " Linux"
4909
4919
4910
4920
- name : Linux docs_deploy_stable
4911
4921
recipe : flutter/flutter
@@ -4927,3 +4937,5 @@ targets:
4927
4937
validation : docs_deploy
4928
4938
validation_name : Docs_deploy
4929
4939
firebase_project : docs-flutter-dev
4940
+ dimensions :
4941
+ os : " Linux"
0 commit comments