Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 24, 2024
2 parents 63f4bba + 381ef9d commit 52544ad
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 52544ad

Please sign in to comment.