langflow icon indicating copy to clipboard operation
langflow copied to clipboard

add docker image for arm64

Open netomarchiori opened this issue 1 year ago • 3 comments

add support for building a docker image for arm64

netomarchiori avatar Jul 21 '24 17:07 netomarchiori

Pull Request Validation Report

This comment is automatically generated by Conventional PR

Whitelist Report

Whitelist Active Result
Pull request is a draft and should be ignored
Pull request is made by a whitelisted user and should be ignored
Pull request is submitted by a bot and should be ignored
Pull request is submitted by administrators and should be ignored

Result

Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.

Validation Report

Validation Active Result
All commits in this pull request has valid messages
Pull request does not introduce too many changes
Pull request has mentioned issues
Pull request has valid branch name
Pull request should have a non-empty body
Pull request has a valid title

Result

Pull request is invalid.

Reason

  • Pull request title does not follow the desired pattern

Last Modified at 21 Jul 24 17:10 UTC

github-actions[bot] avatar Jul 21 '24 17:07 github-actions[bot]

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2857.dmtpw4p5recq1.amplifyapp.com

We already tried this way but the build is taking too much.

We don't have any arm64 machine to use for native builds without qemu.

The current docker image is compatible with arm64 chips

See https://github.com/langflow-ai/langflow/pull/2123 and https://github.com/langflow-ai/langflow/pull/2199

Thanks, I'll take a look at those PRs.

I have an arm64 machine that can be used for build purposes, is it just a matter of setting it up as a hosted runner?

netomarchiori avatar Jul 24 '24 10:07 netomarchiori

hey @netomarchiori

Thanks for this. We've added it a few days ago since we fixed the CI to be able to handle this.

ogabrielluiz avatar Dec 19 '24 19:12 ogabrielluiz