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

Dockerfile only supports x86 hosts #1092

Open
marcbonnici opened this issue May 15, 2020 · 1 comment
Open

Dockerfile only supports x86 hosts #1092

marcbonnici opened this issue May 15, 2020 · 1 comment
Assignees
Labels

Comments

@marcbonnici
Copy link
Contributor

The Dockerfile current relies on installing the android SDK for which is x86 only, this needs updating to allow to running on non x86 hosts.

@marcbonnici marcbonnici self-assigned this May 15, 2020
@setrofim
Copy link
Contributor

We just need to find Arm binaries, specifically, for adb, aapt and fastboot (or whatever their current flavors are called). Worst case, we can build then ourselves and bundle them with devlib, removing the external dependency entirely (we'd need to check if that would introduce licensing issues, though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants