We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44e086 commit 50b56deCopy full SHA for 50b56de
.ci.yaml
@@ -4775,6 +4775,20 @@ targets:
4775
["devicelab", "hostonly", "windows"]
4776
task_name: platform_channel_sample_test_windows
4777
4778
+ - name: Windows_arm64 platform_channel_sample_test_windows
4779
+ recipe: devicelab/devicelab_drone
4780
+ bringup: true # https://github.com/flutter/flutter/issues/134083
4781
+ presubmit: false
4782
+ timeout: 60
4783
+ properties:
4784
+ dependencies: >-
4785
+ [
4786
+ {"dependency": "vs_build", "version": "version:vs2019"}
4787
+ ]
4788
+ tags: >
4789
+ ["devicelab", "hostonly", "windows", "arm64"]
4790
+ task_name: platform_channel_sample_test_windows
4791
+
4792
- name: Windows plugin_dependencies_test
4793
recipe: devicelab/devicelab_drone
4794
timeout: 60
0 commit comments