Skip to content

Commit 951653a

Browse files
authored
Add arch property for windows_arm64 platform (#135725)
Window arm64 bots are using x64 built python, which gave incorrect arch info. This PR adds the arch info explicitly so that recipes can get this value and populate to benchmark tags. Part of flutter/flutter#135722
1 parent d13cd88 commit 951653a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ platform_properties:
199199
device_type: none
200200
windows_arm64:
201201
properties:
202+
# The arch can be removed after https://github.com/flutter/flutter/issues/135722.
203+
arch: arm
202204
dependencies: >-
203205
[
204206
{"dependency": "certs", "version": "version:9563bb"}

0 commit comments

Comments
 (0)