Skip to content

Commit

Permalink
nixos: build for aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 13, 2017
1 parent 065c05e commit b806e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/release-combined.nix
Expand Up @@ -4,7 +4,7 @@

{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" "i686-linux" ]
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
}:

let
Expand Down
2 changes: 1 addition & 1 deletion nixos/release.nix
@@ -1,6 +1,6 @@
{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" "i686-linux" ]
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
}:

with import ../lib;
Expand Down

1 comment on commit b806e25

@edolstra
Copy link
Member

@edolstra edolstra commented on b806e25 Mar 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this got reverted already, but before re-enabling aarch64 in release-combined.nix, we need to decide whether we want NixOS channel updates to be delayed or blocked by aarch64. I don't think we've ever made a decision on whether we want to make aarch64 a release-critical platform already.

Please sign in to comment.