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-09-30 01:20:08 +02:00
parent 534a2fd13a
commit cd5cc11918
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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