mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 08:57:32 +00:00
nixos/release-combined: adds aarch64-linux as supported
This was previously removed in 74c4e30842
.
This will allow hydra to build iso and sd images for aarch64-linux, and
share a common channel with the x86-based platforms.
This commit is contained in:
parent
44b02b52ea
commit
36a0c13cf3
@ -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" ]
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user