Merge pull request #104335 from grahamc/amazon-image-fixup2
nixos: release-combined: only build the amazon image for x86_64,aarch…
This commit is contained in:
commit
e52ecd43c5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue