Don't check aarch64 or i686 yet

This commit is contained in:
Graham Christensen 2017-12-11 07:01:23 -05:00
parent 23304d8eae
commit 353d1bf3a8
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -5,8 +5,9 @@ let
# Compromise: accuracy vs. resources needed for evaluation.
{
supportedSystems = [
"aarch64-linux"
"i686-linux"
# Not ready to evaluate these archs, see #32365
# "aarch64-linux"
# "i686-linux"
"x86_64-linux"
"x86_64-darwin"
];