From 60d58879d4a7df5b36bfb1dc254fae67258a8826 Mon Sep 17 00:00:00 2001 From: robertomonteromiguel Date: Mon, 30 Mar 2026 09:43:06 +0200 Subject: [PATCH] AWS SSI: Ubuntu 24.10 arm excluded for nodejs container app --- utils/scripts/ci_orchestrators/aws_ssi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/scripts/ci_orchestrators/aws_ssi.json b/utils/scripts/ci_orchestrators/aws_ssi.json index a6bbd3f41d5..452f228d02c 100644 --- a/utils/scripts/ci_orchestrators/aws_ssi.json +++ b/utils/scripts/ci_orchestrators/aws_ssi.json @@ -350,6 +350,9 @@ "name": "test-app-nodejs-container", "excluded_os_branches": [ "windows" + ], + "excluded_os_names": [ + "Ubuntu_24_10_arm64" ] }, {