-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rmkit] set default CROSS_TC in docker_release.sh to arm-linux-gnueab…
…ihf for rm support
- Loading branch information
okay
committed
May 24, 2024
1 parent
4ed2191
commit 381ef9d
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ RUN pip3 install okp | |
WORKDIR /rmkit | ||
COPY . /rmkit/ | ||
RUN rm src/build -fr | ||
ENV CROSS_TC=arm-linux-gnueabihf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters