nixos: release-combined: only build the amazon image for x86_64,aarch64-linux -- exclude i686
This commit is contained in:
parent
854f78d155
commit
b339462460
|
@ -49,7 +49,7 @@ in rec {
|
|||
[ "nixos.channel" ]
|
||||
(onFullSupported "nixos.dummy")
|
||||
(onAllSupported "nixos.iso_minimal")
|
||||
(onAllSupported "nixos.amazonImage")
|
||||
(onSystems ["x86_64-linux" "aarch64-linux"] "nixos.amazonImage")
|
||||
(onSystems ["x86_64-linux"] "nixos.iso_plasma5")
|
||||
(onSystems ["x86_64-linux"] "nixos.iso_gnome")
|
||||
(onFullSupported "nixos.manual")
|
||||
|
|
Loading…
Reference in New Issue