ci: add armv6l-linux to binfmt

This commit is contained in:
Aaron Bieber 2023-07-24 10:43:26 -06:00
parent 50a8c3ba42
commit 20c6e198bc
No known key found for this signature in database

View File

@ -114,6 +114,6 @@ in
#};
};
boot.binfmt.emulatedSystems = ["aarch64-linux"];
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
};
}