Skip to content

Commit

Permalink
Add arch property for windows_arm64 platform (#135725)
Browse files Browse the repository at this point in the history
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 #135722
  • Loading branch information
keyonghan committed Sep 29, 2023
1 parent d13cd88 commit 951653a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ platform_properties:
device_type: none
windows_arm64:
properties:
# The arch can be removed after https://github.com/flutter/flutter/issues/135722.
arch: arm
dependencies: >-
[
{"dependency": "certs", "version": "version:9563bb"}
Expand Down

0 comments on commit 951653a

Please sign in to comment.