Skip to content

Commit

Permalink
nixos/release-combined: adds aarch64-linux as supported
Browse files Browse the repository at this point in the history
This was previously removed in 74c4e30.

This will allow hydra to build iso and sd images for aarch64-linux, and
share a common channel with the x86-based platforms.
  • Loading branch information
samueldr committed Dec 19, 2018
1 parent 44b02b5 commit 36a0c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/release-combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}:

Expand Down

0 comments on commit 36a0c13

Please sign in to comment.