From 3a71032d62691147b73adea6b919d01306c099ce Mon Sep 17 00:00:00 2001 From: Andrea <1174320+roy20021@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:30:41 +0200 Subject: [PATCH] tests(integration): use same targeted platform for integration-tools image (#1275) * Use same targeted platform integration-tools image @ integration tests * run make fmt --- test/integration/scenario/containers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/scenario/containers.go b/test/integration/scenario/containers.go index 23f5f3c1..c4dc1a55 100644 --- a/test/integration/scenario/containers.go +++ b/test/integration/scenario/containers.go @@ -69,7 +69,8 @@ func execCommandInIntegrationToolsContainer(ctx context.Context, cmd []string, p defer cancel() req := testcontainers.ContainerRequest{ - Image: "gotenberg/integration-tools:latest", + Image: "gotenberg/integration-tools:latest", + ImagePlatform: GotenbergContainerPlatform, Files: []testcontainers.ContainerFile{ { HostFilePath: path,