nixos/podman: restrict test to x86_64-linux

This commit is contained in:
zowoq 2020-07-03 00:17:15 +10:00
parent ee7835ed54
commit f1cf202dbb

View file

@ -266,7 +266,7 @@ in
php = handleTest ./php {};
plasma5 = handleTest ./plasma5.nix {};
plotinus = handleTest ./plotinus.nix {};
podman = handleTest ./podman.nix {};
podman = handleTestOn ["x86_64-linux"] ./podman.nix {};
postgis = handleTest ./postgis.nix {};
postgresql = handleTest ./postgresql.nix {};
postgresql-wal-receiver = handleTest ./postgresql-wal-receiver.nix {};