summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-11-19 21:09:11 -0500
committerGitHub <noreply@github.com>2020-11-19 21:09:11 -0500
commite52ecd43c50b6535bcfdc3e4a4c035efb302eb35 (patch)
tree98a22015e4b6c303d12311c6caf5069a6e1e90f5
parentac963ef717ecdf383d70e8001ea928aa18d20e1c (diff)
parentb339462460e7930553eacf9df9d11cea52bd4b24 (diff)
Merge pull request #104335 from grahamc/amazon-image-fixup2
nixos: release-combined: only build the amazon image for x86_64,aarch…
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 1ef357463a10..5f8a64702a82 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -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")