From 38711f0a29bf37d1e0a3fd9c8a9bcfb2442934b3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 24 Jan 2026 06:37:28 +0200 Subject: [PATCH] Docker image for Linux amd64/arm64/s390x. Thanks to xet7 ! --- Dockerfile | 44 +++++++++++++++++++++++----------------- releases/docker-build.sh | 22 +++++++++++++------- 2 files changed, 40 insertions(+), 26 deletions(-) diff --git a/Dockerfile b/Dockerfile index f002ad1aa..df2b5de7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ LABEL org.opencontainers.image.ref.name="ubuntu" LABEL org.opencontainers.image.version="24.04" LABEL org.opencontainers.image.source="https://github.com/wekan/wekan" +# TARGETARCH is automatically provided by Docker Buildx +ARG TARGETARCH ARG DEBIAN_FRONTEND=noninteractive ENV BUILD_DEPS="apt-utils gnupg wget bzip2 g++ curl libarchive-tools build-essential git ca-certificates python3 unzip" @@ -16,7 +18,6 @@ ENV \ METEOR_EDGE=1.5-beta.17 \ NPM_VERSION=6.14.17 \ FIBERS_VERSION=4.0.1 \ - ARCHITECTURE=linux-x64 \ SRC_PATH=./ \ WITH_API=true \ RESULTS_PER_PAGE="" \ @@ -159,39 +160,45 @@ ENV \ RUN <