mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
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:
committed by
intellij-monorepo-bot
parent
72f242e291
commit
98a463a1d7
@@ -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
|
||||
Reference in New Issue
Block a user