build: do not link python for arm

pull/3670/head preview-test-node-20
sct 8 months ago
parent 59dabed380
commit 5c8043c790

@ -8,8 +8,7 @@ ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
RUN \ RUN \
case "${TARGETPLATFORM}" in \ case "${TARGETPLATFORM}" in \
'linux/arm64' | 'linux/arm/v7') \ 'linux/arm64' | 'linux/arm/v7') \
apk add --no-cache python3 make g++ && \ apk add --no-cache python3 make g++ \
ln -s /usr/bin/python3 /usr/bin/python \
;; \ ;; \
esac esac

Loading…
Cancel
Save