Unverified Commit a41c447c authored by godofredoc's avatar godofredoc Committed by GitHub

Pass dimension explicitly to mac x64 packaging. (#117172)

Without passing this dimension there is a chance that the build will
run on a arm64 machine.
parent 0916375f
......@@ -4750,6 +4750,8 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
dimensions:
cpu: "x86"
- name: Mac_arm64 flutter_packaging
......
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