From fd32b731325de1d86c0b314c3fb21ac2d9449b6b Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 11 Aug 2024 17:02:33 +0100 Subject: [PATCH] build: attempt to fix dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97d414f..79b1d16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,20 @@ # Use this instead if hrfee/jfa-go-build-docker doesn't support your architecture # FROM --platform=$BUILDPLATFORM golang:latest AS support FROM --platform=$BUILDPLATFORM docker.io/hrfee/jfa-go-build-docker:latest AS support +# FROM --platform=$BUILDPLATFORM jfa-go-bd AS support ARG BUILT_BY ENV JFA_GO_BUILT_BY=$BUILT_BY COPY . /opt/build # RUN curl -sfL https://goreleaser.com/static/run > /goreleaser && chmod +x /goreleaser -RUN cd /opt/build; INTERNAL=off ./scripts/version.sh /goreleaser build --auto-snapshot --skip=validate --clean --id notray-e2ee +RUN cd /opt/build; INTERNAL=off ./scripts/version.sh /goreleaser build --snapshot --skip=validate --clean --id notray-e2ee RUN mv /opt/build/dist/*_linux_arm_6 /opt/build/dist/placeholder_linux_arm RUN sed -i 's#id="password_resets-watch_directory" placeholder="/config/jellyfin"#id="password_resets-watch_directory" value="/jf" disabled#g' /opt/build/build/data/html/setup.html FROM golang:bookworm AS final +ARG TARGETARCH -RUN echo hello from arch ${TARGETARCH} COPY --from=support /opt/build/dist/*_linux_${TARGETARCH}* /opt/jfa-go COPY --from=support /opt/build/build/data /opt/jfa-go/