mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
pmb.core.arch: don't use native armv7 on aarch64
Needed to fix https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3649
This commit is contained in:
parent
7d36c604f1
commit
6b075effc5
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ class Arch(enum.Enum):
|
|||
not_required = {
|
||||
Arch.x86_64: [Arch.x86],
|
||||
Arch.armv7: [Arch.armel, Arch.armhf],
|
||||
Arch.aarch64: [Arch.armv7],
|
||||
}
|
||||
if Arch.native() in not_required:
|
||||
if self in not_required[Arch.native()]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue