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 https://github.com/flutter/flutter/issues/135722
This commit is contained in:
keyonghan 2023-09-28 17:57:06 -07:00 committed by GitHub
parent d13cd8846e
commit 951653a1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}