From 36a0c13cf3bf405533a41c0fe10964e63b1be6e3 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 19 Dec 2018 12:57:17 -0500 Subject: [PATCH] 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. --- nixos/release-combined.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 66b253c230f..73f785173c2 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" ] }: