Skip to content

Commit 205ae66

Browse files
committed
fix: add Dockerfile ARGs
1 parent 9c46680 commit 205ae66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM debian:trixie-slim AS builder
2+
ARG TARGETARCH
3+
ARG TARGETVARIANT
24

35
ENV DEBIAN_FRONTEND=noninteractive
46
WORKDIR /app
@@ -32,6 +34,8 @@ python3 -m venv .venv
3234
EOS
3335

3436
FROM debian:trixie-slim
37+
ARG TARGETARCH
38+
ARG TARGETVARIANT
3539

3640
ENV DEBIAN_FRONTEND=noninteractive
3741
WORKDIR /app

0 commit comments

Comments
 (0)