build: do not link python for arm (#3670)

pull/3743/head
Ryan Cohen 7 months ago committed by Mike Kao
parent 21ce557904
commit bebd1c4be1

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

Loading…
Cancel
Save