pmb/parse/arch.py: add armv6l -> armhf to mapping (!1756)

Makes it possible to run pmbootstrap on the Raspberry Pi Zero W for
example.
This commit is contained in:
Oliver Smith 2019-02-13 10:02:43 +01:00
parent b015b288b8
commit bda78e42ee
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def alpine_native():
"i686": "x86",
"x86_64": "x86_64",
"aarch64": "aarch64",
"armv6l": "armhf",
"armv7l": "armv7"
}
if machine in mapping: