diff --git a/tests/run.py b/tests/run.py index 77dae8e..8cc92f9 100755 --- a/tests/run.py +++ b/tests/run.py @@ -34,6 +34,8 @@ def build_profile( system = "x86_64-linux" if "raspberry-pi/2" in profile: system = "armv7l-linux" + if "raspberry-pi/4" in profile: + system = "aarch64-linux" cmd = [ "nix",