You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🤑
The text was updated successfully, but these errors were encountered:
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 🤑
The text was updated successfully, but these errors were encountered: