top-level/release-haskell.nix: support aarch64-linux and x86_64-darwin
top-level/release.nix builds haskellPackages on those systems as well, so we should test on them as well. Currently we have virtually no insight into the state on there.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
$ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix
|
||||
*/
|
||||
{ supportedSystems ? [ "x86_64-linux" ] }:
|
||||
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }:
|
||||
|
||||
let
|
||||
|
||||
|
||||
Reference in New Issue
Block a user