cntr: only run nixosTests on aarch64/x86_64

This commit is contained in:
zowoq 2022-09-24 16:15:39 +10:00
parent b6f93910d0
commit de80fd541f

View File

@ -86,7 +86,7 @@ in {
cjdns = handleTest ./cjdns.nix {}; cjdns = handleTest ./cjdns.nix {};
clickhouse = handleTest ./clickhouse.nix {}; clickhouse = handleTest ./clickhouse.nix {};
cloud-init = handleTest ./cloud-init.nix {}; cloud-init = handleTest ./cloud-init.nix {};
cntr = handleTest ./cntr.nix {}; cntr = handleTestOn ["aarch64-linux" "x86_64-linux"] ./cntr.nix {};
cockroachdb = handleTestOn ["x86_64-linux"] ./cockroachdb.nix {}; cockroachdb = handleTestOn ["x86_64-linux"] ./cockroachdb.nix {};
collectd = handleTest ./collectd.nix {}; collectd = handleTest ./collectd.nix {};
consul = handleTest ./consul.nix {}; consul = handleTest ./consul.nix {};