We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On MacOS running on Apple silicon the plugin is downloading x86 version of Flutter distribution, it should download the arm64 one.
You can see in the execution logs that x86 distribution is being downloaded:
https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.7.7-stable.zip
When MacOS arch is arm64 it should be using the following package:
https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.7.8-stable.zip
Any execution of the flutter goal on MacOS arm is affected.
flutter
This issue may not be prioritized if details are not provided to help us reproduce the issue.
[INFO] Downloading https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.7.7-stable.zip
N/A
The text was updated successfully, but these errors were encountered:
Thank you for your report. I check it.
Sorry, something went wrong.
robertcsakany
No branches or pull requests
Bug Scope
On MacOS running on Apple silicon the plugin is downloading x86 version of Flutter distribution, it should download the arm64 one.
Current Behavior
You can see in the execution logs that x86 distribution is being downloaded:
https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.7.7-stable.zip
Expected Behavior
When MacOS arch is arm64 it should be using the following package:
https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.7.8-stable.zip
Steps to Reproduce
Any execution of the
flutter
goal on MacOS arm is affected.This issue may not be prioritized if details are not provided to help us reproduce the issue.
Failure Logs / Configuration
Environment
N/A
The text was updated successfully, but these errors were encountered: