debug build TARGETPLATFORM
This commit is contained in:
parent
667d03ac4a
commit
e929cfe75c
|
@ -2,6 +2,7 @@ FROM docker.io/library/node:16-alpine as deemix
|
||||||
|
|
||||||
ARG TARGETPLATFORM=linux/amd64
|
ARG TARGETPLATFORM=linux/amd64
|
||||||
|
|
||||||
|
RUN echo "Building for TARGETPLATFORM=$TARGETPLATFORM"
|
||||||
RUN apk add --no-cache git jq python3 make gcc musl-dev g++ && \
|
RUN apk add --no-cache git jq python3 make gcc musl-dev g++ && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN git clone --recurse-submodules https://gitlab.com/RemixDev/deemix-gui.git
|
RUN git clone --recurse-submodules https://gitlab.com/RemixDev/deemix-gui.git
|
||||||
|
|
Loading…
Reference in New Issue