chore(partnerctl): add GraalVM native-image setup and arm64 build tooling

This commit is contained in:
2026-05-03 15:46:26 +08:00
parent d2c3416f48
commit cbdb33fefe
3 changed files with 112 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
FROM --platform=linux/arm64 ghcr.io/graalvm/native-image-community:21
RUN microdnf install -y \
maven \
findutils \
gzip \
tar \
which \
file \
&& microdnf clean all
WORKDIR /workspace