mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Option to build only arm64
This commit is contained in:
@@ -103,6 +103,7 @@ class Parser(object):
|
||||
|
||||
if self._PATCHES:
|
||||
args.extend(self._PATCHES)
|
||||
if self.config.build_extended and self.config.build_arm64_v8a_only:
|
||||
args.append("--rip-lib")
|
||||
args.append("armeabi-v7a")
|
||||
args.append("--rip-lib")
|
||||
|
||||
Reference in New Issue
Block a user