Skip to content

Commit

Permalink
[rmkit] set default CROSS_TC in docker_release.sh to arm-linux-gnueab…
Browse files Browse the repository at this point in the history
…ihf for rm support
  • Loading branch information
okay committed May 24, 2024
1 parent 4ed2191 commit 381ef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/Dockerfile.rm
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ RUN pip3 install okp
WORKDIR /rmkit
COPY . /rmkit/
RUN rm src/build -fr
ENV CROSS_TC=arm-linux-gnueabihf
2 changes: 1 addition & 1 deletion scripts/build/docker_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OUTDIR=artifacts
TARGET=${TARGET:-rm}
FBINK=${FBINK}
CROSS_TC=${CROSS_TC}
CROSS_TC=${CROSS_TC:-arm-linux-gnueabihf}

mkdir ${OUTDIR}
docker run -i --rm -v "${PWD}/${OUTDIR}:/mnt/artifacts" rmkit:${TARGET} /bin/bash << COMMANDS
Expand Down

0 comments on commit 381ef9d

Please sign in to comment.