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.
This commit is contained in:
godofredoc 2022-12-15 15:19:09 -08:00 committed by GitHub
parent 0916375f44
commit a41c447c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4750,6 +4750,8 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
dimensions:
cpu: "x86"
- name: Mac_arm64 flutter_packaging