From cb4f9dca64e16dc469222a49d596e2c32d7dea50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 10 Jan 2023 00:31:59 +0100 Subject: [PATCH] fix evaluation of rpi4 --- tests/run.py | 2 ++ 1 file changed, 2 insertions(+) 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",