From 7e9b367c87953404ea65b958984f26f86f578c21 Mon Sep 17 00:00:00 2001 From: yaacov Date: Tue, 5 Nov 2024 11:47:39 +0200 Subject: [PATCH] Add --arch when running podman to allow running on ARM machines Signed-off-by: yaacov --- ci/start-console.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/start-console.sh b/ci/start-console.sh index 9ca7dd5f5..08b0c27a9 100755 --- a/ci/start-console.sh +++ b/ci/start-console.sh @@ -99,4 +99,5 @@ podman run \ --publish=${CONSOLE_PORT}:${CONSOLE_PORT} \ --name=${CONSOLE_CONTAINER_NAME} \ --env "BRIDGE_*" \ + --arch=amd64 \ ${CONSOLE_IMAGE}