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