From 017d823244cb23ab59141bcfe5afc036ebc2d79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Thu, 9 Oct 2025 04:46:15 +0200 Subject: [PATCH] test(docker): add compatibility to tests' dockerfile for arm platforms (#9015) --- tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 918127affa..3d2ca5e11b 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM --platform=linux/amd64 ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive