Skip to content

Commit aa15052

Browse files
committed
Fix multibuild
1 parent c556b8a commit aa15052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ COPY scripts /scripts
2525
COPY backend /app
2626
WORKDIR /app
2727

28+
ARG ARG TARGETPLATFORM
2829
RUN mkdir -p /dist \
2930
&& /scripts/go-multiarch-wrapper /dist/server /dist/ipranges
3031

@@ -61,6 +62,7 @@ RUN apt-get update \
6162
&& rm -rf /var/lib/apt/lists/* /etc/fail2ban
6263

6364
# s6 overlay
65+
ARG TARGETPLATFORM
6466
COPY scripts/install-s6 /tmp/install-s6
6567
RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -rf /tmp/*
6668

0 commit comments

Comments
 (0)