Skip to content

Commit 381ef9d

Browse files
author
okay
committed
[rmkit] set default CROSS_TC in docker_release.sh to arm-linux-gnueabihf for rm support
1 parent 4ed2191 commit 381ef9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile.rm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ RUN pip3 install okp
55
WORKDIR /rmkit
66
COPY . /rmkit/
77
RUN rm src/build -fr
8+
ENV CROSS_TC=arm-linux-gnueabihf

scripts/build/docker_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OUTDIR=artifacts
22
TARGET=${TARGET:-rm}
33
FBINK=${FBINK}
4-
CROSS_TC=${CROSS_TC}
4+
CROSS_TC=${CROSS_TC:-arm-linux-gnueabihf}
55

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

0 commit comments

Comments
 (0)