Commit e7f53bf0 authored by Felix Singer's avatar Felix Singer
Browse files

nixos/tests/redmine: Limit architectures to supported ones



In order to avoid unnecessary CI errors regarding unsupported
architectures, limit the target architectures to the supported ones by
the Redmine package.

Signed-off-by: default avatarFelix Singer <felixsinger@posteo.net>
parent ac8b46d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -862,7 +862,7 @@ in {
  realm = handleTest ./realm.nix {};
  redis = handleTest ./redis.nix {};
  redlib = handleTest ./redlib.nix {};
  redmine = handleTest ./redmine.nix {};
  redmine = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./redmine.nix {};
  renovate = handleTest ./renovate.nix {};
  replace-dependencies = handleTest ./replace-dependencies {};
  restartByActivationScript = handleTest ./restart-by-activation-script.nix {};