File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 cp target/debug/rivet-engine /app/dist/
6868
6969# MARK: Engine (full, base)
70- FROM debian:12.9-slim AS engine-full-base
70+ FROM --platform=linux/amd64 debian:12.9-slim AS engine-full-base
7171
7272# Docker automatically provides TARGETARCH
7373ARG TARGETARCH
@@ -100,7 +100,7 @@ RUN apt-get update -y && \
100100 fi
101101
102102# MARK: Engine (Full)
103- FROM engine-full-base AS engine-full
103+ FROM --platform=linux/amd64 engine-full-base AS engine-full
104104
105105LABEL org.opencontainers.image.source https://github.com/rivet-gg/rivet
106106
@@ -109,7 +109,7 @@ COPY --from=builder /app/dist/rivet-engine /usr/bin/rivet-engine
109109CMD ["/usr/bin/rivet-engine" , "start" ]
110110
111111# MARK: Engine (Slim)
112- FROM debian:12.9-slim AS engine-slim
112+ FROM --platform=linux/amd64 debian:12.9-slim AS engine-slim
113113
114114LABEL org.opencontainers.image.source https://github.com/rivet-gg/rivet
115115
You can’t perform that action at this time.
0 commit comments