acern also emulates armv7l to build a 32-bit kernel

This commit is contained in:
Sebastian Moser
2024-03-22 23:00:58 +01:00
parent 629e720d78
commit 4cb56f8201

View File

@@ -29,6 +29,7 @@
# to build rpi images
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"armv7l-linux"
];