summaryrefslogtreecommitdiffstats
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-12-19 12:57:17 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2018-12-19 12:57:17 -0500
commit36a0c13cf3bf405533a41c0fe10964e63b1be6e3 (patch)
treec38092c9c5b8d9bb0d572e5911c045250e1b0027 /nixos/release-combined.nix
parent44b02b52ea6a49674f124f50009299f192ed78bb (diff)
nixos/release-combined: adds aarch64-linux as supported
This was previously removed in 74c4e30842657d09ec1cf000af89f95df27c6632. This will allow hydra to build iso and sd images for aarch64-linux, and share a common channel with the x86-based platforms.
Diffstat (limited to 'nixos/release-combined.nix')
-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 66b253c230f1..73f785173c28 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -4,7 +4,7 @@
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
-, supportedSystems ? [ "x86_64-linux" ]
+, supportedSystems ? [ "x86_64-linux" "aarch64-linux" ]
, limitedSupportedSystems ? [ "i686-linux" ]
}: