Added support to arm64 docker images#845
Closed
AngeloAvv wants to merge 2 commits into
Closed
Conversation
|
@AngeloAvv is attempting to deploy a commit to the FlutterTools Team on Vercel. A member of the Team first needs to authorize it. |
|
Any updates on this? 👀 |
Member
|
Thanks for opening this. The ARM64 Docker image request is still valid, but the release workflows have changed since this branch was opened and the setup/buildx action updates are already handled on main. I am closing this stale PR and will carry the remaining useful piece forward in a fresh workflow change if we decide to ship it: adding the multi-arch |
Author
|
Hey @leoafarias do you want me to submit an updated PR? |
Member
|
Please if you can! |
AngeloAvv
added a commit
to AngeloAvv/fvm
that referenced
this pull request
Jul 24, 2026
Enables linux/arm64/v8 alongside linux/amd64 in both docker build-push steps so fvm's Docker image runs natively on arm64 hosts (Ampere, Apple Silicon, etc). Realigns conceptadev#845 on top of current main. Fixes conceptadev#762
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #762
Because of the spreading of Arm64 machines (especially Ampere) on cloud platforms, it would be quite helpful to have a docker image targeting this architecture