From a926cb8519d0d76ec7b65121990bc12301e428ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=82=E0=B8=97=E0=B8=AA=E0=B8=BA=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A5?= Date: Tue, 25 Feb 2025 13:26:56 +0700 Subject: [PATCH] nixos/movim: add aarch64-linux to testing --- nixos/tests/web-apps/movim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/web-apps/movim/default.nix b/nixos/tests/web-apps/movim/default.nix index 8274a390990e..b7c253130861 100644 --- a/nixos/tests/web-apps/movim/default.nix +++ b/nixos/tests/web-apps/movim/default.nix @@ -7,6 +7,7 @@ let supportedSystems = [ "x86_64-linux" "i686-linux" + "aarch64-linux" ]; in {