iso-image: Add support for armv7l-linux
This commit is contained in:
@@ -420,6 +420,8 @@ let
|
||||
"ia32"
|
||||
else if pkgs.stdenv.isx86_64 then
|
||||
"x64"
|
||||
else if pkgs.stdenv.isAarch32 then
|
||||
"arm"
|
||||
else if pkgs.stdenv.isAarch64 then
|
||||
"aa64"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user