nixos/release-small: stop building amazon image

Rebuilding images multiple times on the small channels is too expensive
and makes them slower than they could be. Consuming the image from the
full release channel is probably good enough.
This commit is contained in:
Martin Weinelt 2024-08-04 23:48:20 +02:00
parent 3259cf0362
commit 9426d90c67
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -32,7 +32,7 @@ let
in rec {
nixos = {
inherit (nixos') channel manual options iso_minimal amazonImage dummy;
inherit (nixos') channel manual options iso_minimal dummy;
tests = {
inherit (nixos'.tests)
acme
@ -116,7 +116,6 @@ in rec {
(map onSupported [
"nixos.dummy"
"nixos.iso_minimal"
"nixos.amazonImage"
"nixos.manual"
"nixos.tests.acme"
"nixos.tests.boot.uefiCdrom"