remove "platform"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG image_from
|
||||
FROM --platform=linux/amd64 ${image_from}
|
||||
FROM ${image_from}
|
||||
|
||||
ARG JOBS_COUNT=4
|
||||
ARG image_prepare_script
|
||||
|
||||
Reference in New Issue
Block a user