Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yunimoo committed Jul 14, 2024
1 parent 1bc94f1 commit 1cbd531
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ RUN export PATH=$PATH:/usr/local/go/bin && \

## Second - sort stuff idk

FROM docker.io/library/debian:bookworm-slim
FROM --platform=$BUILDPLATFORM docker.io/library/debian:bookworm-slim

ARG BUILDPLATFORM

RUN mkdir -p /root/elichika/
COPY --from=builder /elichika/elichika /root/elichika/elichika
Expand Down

0 comments on commit 1cbd531

Please sign in to comment.