This commit is contained in:
Dreista 2024-08-23 10:55:58 +08:00
parent f2f5379352
commit fc67aec04d
No known key found for this signature in database

View File

@ -26,6 +26,12 @@ RUN if [ "$BUILDPLATFORM" != "$TARGETPLATFORM" ] ; then \
RUN git clone --recursive "$GIT_URL" RUN git clone --recursive "$GIT_URL"
# Revert to 5080, 5090 needs further testing
WORKDIR /root/ripe-atlas-software-probe
RUN git checkout 67b0736887d33d1c42557e7c7694cbd4e5d8e6ee .
RUN git submodule update
WORKDIR /root
RUN if [ "$BUILDPLATFORM" != "$TARGETPLATFORM" ] ; then \ RUN if [ "$BUILDPLATFORM" != "$TARGETPLATFORM" ] ; then \
. ./env \ . ./env \
&& export CROSS_COMPILE="$CROSS_COMPILE_TARGET-" \ && export CROSS_COMPILE="$CROSS_COMPILE_TARGET-" \