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
diff --git a/.ci.yaml b/.ci.yaml
index 8892860..1c4d169 100644
--- a/.ci.yaml
+++ b/.ci.yaml
@@ -199,6 +199,8 @@
       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"}