From a1a239ad5e5277f53e1410fe585b46d950c11daa Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:29:59 +0800 Subject: [PATCH] build linux_arm64 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 013e01a..f8c76ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,8 +57,8 @@ FROM path-stage as build-stage # build server with license checks patched WORKDIR /build/server RUN make -RUN pkg /build/build_tools/out/linux_64/onlyoffice/documentserver/server/FileConverter --targets=node14-linux -o /build/converter -RUN pkg /build/build_tools/out/linux_64/onlyoffice/documentserver/server/DocService --targets=node14-linux --options max_old_space_size=4096 -o /build/docservice +RUN pkg /build/build_tools/out/linux_arm64/onlyoffice/documentserver/server/FileConverter --targets=node14-linux -o /build/converter +RUN pkg /build/build_tools/out/linux_arm64/onlyoffice/documentserver/server/DocService --targets=node14-linux --options max_old_space_size=4096 -o /build/docservice # build web-apps with mobile editing WORKDIR /build/web-apps/build