Skip to content

Commit 32d29d9

Browse files
committed
Fix targetplatform for python
1 parent e0bce14 commit 32d29d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ RUN apk add --update --no-cache gcc musl-dev libffi-dev rust cargo cmake make g+
265265

266266
RUN mkdir /venvs
267267

268+
ARG TARGETPLATFORM
268269
COPY --link --from=target-python /usr/local/bin/python3 /usr/local/bin/target-python3
269270

270271
################################

0 commit comments

Comments
 (0)