Re-disable aarch64-linux in CI

Still getting `stack overflow` 😭
This commit is contained in:
Andrea Ciceri 2023-12-13 14:32:10 +01:00
parent b19005cdb4
commit 17a61d35b7
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -4,7 +4,7 @@
]; ];
herculesCI.ciSystems = [ herculesCI.ciSystems = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux" # "aarch64-linux"
]; ];
hercules-ci.flake-update = { hercules-ci.flake-update = {
enable = true; enable = true;