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 <