nixos/release-combined: Move aarch64-linux to supportedSystems

The builders have had a good track record in the last year so this is
worth a try.
This commit is contained in:
Martin Weinelt
2022-10-11 15:33:41 +02:00
parent 534a2fd13a
commit cd5cc11918
+2 -2
View File
@@ -4,8 +4,8 @@
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" ]
, limitedSupportedSystems ? [ "i686-linux" "aarch64-linux" ]
, supportedSystems ? [ "aarch64-linux" "x86_64-linux" ]
, limitedSupportedSystems ? [ "i686-linux" ]
}:
let