remove "platform"

This commit is contained in:
2026-06-19 15:17:17 +03:00
parent f4b6cd4378
commit f6699dc82d
+1 -1
View File
@@ -1,5 +1,5 @@
ARG image_from
FROM --platform=linux/amd64 ${image_from}
FROM ${image_from}
ARG JOBS_COUNT=4
ARG image_prepare_script