forked from Mirror/pmbootstrap
pmb.parse.arch: add armv8l -> armv7 mapping (MR 2259)
Supposedly this is the architecture reported by userspace when running in 32-bit mode on aarch64. Closes https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2311
This commit is contained in:
parent
6ba138b6b2
commit
e6b6b73c0d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ def alpine_native():
|
|||
"arm64": "aarch64",
|
||||
"armv6l": "armhf",
|
||||
"armv7l": "armv7",
|
||||
"armv8l": "armv7",
|
||||
}
|
||||
if machine in mapping:
|
||||
return mapping[machine]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue