From 4cb56f8201c162df0d1352a7b811a6182d479814 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 22 Mar 2024 23:00:58 +0100 Subject: [PATCH] acern also emulates armv7l to build a 32-bit kernel --- hosts/acern.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/acern.nix b/hosts/acern.nix index b71eb53..0097d50 100644 --- a/hosts/acern.nix +++ b/hosts/acern.nix @@ -29,6 +29,7 @@ # to build rpi images boot.binfmt.emulatedSystems = [ "aarch64-linux" + "armv7l-linux" ];