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

Add arch support for f-droid #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BarbossHack
Copy link

Issue is described here : #192

It is now possible to download a specific variant of an app with the arch= option:

apkeep -a [email protected] -d f-droid -o arch=arm64-v8a .

Fixes #192

@Hainish
Copy link
Member

Hainish commented Oct 18, 2024

Thanks for the contribution! PR looks good, I'm inclined to merge as is. One question: I'm curious about the design decision to make this an option which applies to all apps on a given run, rather than a per-app specification like e.g. [email protected]@arm64-v8a. I could see some utility in, for instance, downloading a set of apps in one architecture and another set of apps in a different architecture on the same run.

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

Successfully merging this pull request may close these issues.

Multi-arch APKs not supported with f-droid
2 participants