Additional mappings for FreeBSD cpu-types
--- src/bootstrap/bootstrap.py.orig 2024-07-01 12:14:18.099010000 +1200
+++ src/bootstrap/bootstrap.py 2024-07-01 12:11:39.675519000 +1200
@@ -336,6 +336,7 @@
'aarch64eb': 'aarch64',
'amd64': 'x86_64',
'arm64': 'aarch64',
+ 'armv7': 'armv7',
'i386': 'i686',
'i486': 'i686',
'i686': 'i686',