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:
sternenseemann 2021-05-05 14:51:03 +02:00 committed by sterni
parent 2222050406
commit a7dfc81ade

View file

@ -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