Skip to content
New issue

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

plugin is downloading wrong Flutter package on MacOS with Apple silicon #20

Open
ekuleshov opened this issue Mar 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ekuleshov
Copy link

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

[INFO] Downloading https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.7.7-stable.zip

Environment

N/A

@robertcsakany
Copy link
Member

Thank you for your report. I check it.

@robertcsakany robertcsakany self-assigned this Dec 6, 2024
@robertcsakany robertcsakany added the bug Something isn't working label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants