IJI-1401 do not specify a platform to use (the target platform of the build request is used)

GitOrigin-RevId: b89a37d9cc8bf0f30900033480f776fa920233cf
This commit is contained in:
Ivan.Povetkin
2024-06-07 15:20:40 +00:00
committed by intellij-monorepo-bot
parent 72f242e291
commit 98a463a1d7
+1 -1
View File
@@ -1,5 +1,5 @@
ARG JAVA_VERSION=21
FROM --platform=${BUILDPLATFORM} ghcr.io/graalvm/native-image-community:${JAVA_VERSION}
FROM ghcr.io/graalvm/native-image-community:${JAVA_VERSION}
RUN microdnf update -y oraclelinux-release-el9 \
&& microdnf --enablerepo ol9_codeready_builder install -y gdb-gdbserver gcc maven \
&& microdnf clean all