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

[Feature Request] Support arm64 docker images #762

Open
AngeloAvv opened this issue Aug 23, 2024 · 0 comments
Open

[Feature Request] Support arm64 docker images #762

AngeloAvv opened this issue Aug 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AngeloAvv
Copy link

AngeloAvv commented Aug 23, 2024

Before creating a feature request make sure the suggestion fit within our principles

Is your feature request related to a problem? Please describe.
Because of the spreading of Arm64 machines (especially Ampere) on cloud platforms, it would be quite helpful to have a docker image to run some basic stuff like analyzer and tests.

At the moment the Android SDK doesn't fully support arm64 architecture, so it's impossible to perform a full artifact build, but at least you can reduce the load by splitting the build into separate parts.

Describe the solution you'd like
Probably the best way to achieve this is to edit the Docker Deploy workflow to build the image under an amd64 version of Ubuntu. A matrix strategy might help reduce code duplication.

Additional context
Ampere-based cloud machines are cheaper than amd64 ones 🤑

@AngeloAvv AngeloAvv added the enhancement New feature or request label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant