Unverified Commit 951653a1 authored by keyonghan's avatar keyonghan Committed by GitHub

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
parent d13cd884
......@@ -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"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment