build linux_arm64
This commit is contained in:
parent
04399adbee
commit
8924a8c397
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
ARG product_version=7.4.0
|
||||
# build linux_arm64
|
||||
ARG product_version=7.4.1
|
||||
ARG build_number=1
|
||||
ARG oo_root='/var/www/onlyoffice/documentserver'
|
||||
|
||||
|
@ -57,8 +58,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
|
||||
|
|
Loading…
Reference in a new issue