From f6699dc82db17a1903a1f0b894451cef4fc33905 Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 19 Jun 2026 15:17:17 +0300 Subject: [PATCH] remove "platform" --- linux_cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_cross/Dockerfile b/linux_cross/Dockerfile index eed5c2a..32afd50 100644 --- a/linux_cross/Dockerfile +++ b/linux_cross/Dockerfile @@ -1,5 +1,5 @@ ARG image_from -FROM --platform=linux/amd64 ${image_from} +FROM ${image_from} ARG JOBS_COUNT=4 ARG image_prepare_script