mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
Use 5080
This commit is contained in:
parent
f2f5379352
commit
fc67aec04d
@ -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-" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user