From e929cfe75c09e7cf8e4866e9e84dcfa70301497b Mon Sep 17 00:00:00 2001 From: youegraillot Date: Wed, 13 Sep 2023 19:55:24 +0200 Subject: [PATCH] debug build TARGETPLATFORM --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7953644..adffe62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM docker.io/library/node:16-alpine as deemix ARG TARGETPLATFORM=linux/amd64 +RUN echo "Building for TARGETPLATFORM=$TARGETPLATFORM" RUN apk add --no-cache git jq python3 make gcc musl-dev g++ && \ rm -rf /var/lib/apt/lists/* RUN git clone --recurse-submodules https://gitlab.com/RemixDev/deemix-gui.git