leoafarias / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://fvm.app
MIT License
4.72k stars 233 forks source link

fix: unsupported architecture on arm64 #747

Closed MrCyjaneK closed 4 months ago

MrCyjaneK commented 4 months ago
$ docker run --rm debian:stable uname -m
aarch64

it isn't arm64 on linux as far as I can tell (it is arm64 on darwin)

vercel[bot] commented 4 months ago

@MrCyjaneK is attempting to deploy a commit to the FlutterTools Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fvm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 27, 2024 7:00pm
frankylee commented 4 months ago

Any updates on this?