iso-image: Add support for armv7l-linux
This commit is contained in:
parent
d053c05d19
commit
f1100e1506
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue