Don't check aarch64 or i686 yet
This commit is contained in:
parent
23304d8eae
commit
353d1bf3a8
|
@ -5,8 +5,9 @@ let
|
||||||
# Compromise: accuracy vs. resources needed for evaluation.
|
# Compromise: accuracy vs. resources needed for evaluation.
|
||||||
{
|
{
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
"aarch64-linux"
|
# Not ready to evaluate these archs, see #32365
|
||||||
"i686-linux"
|
# "aarch64-linux"
|
||||||
|
# "i686-linux"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue