Entware binaries on docker instead of cache

This commit is contained in:
Vadim Vetrov
2024-11-28 19:19:01 +03:00
parent 438a3c17d8
commit eb544c11ce
11 changed files with 63 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
FROM waujito/entware_builder
RUN git clone --depth 1 https://github.com/Entware/Entware.git
WORKDIR /home/me/Entware
RUN make package/symlinks
RUN cp -v configs/armv7-3.2.config .config
RUN make -j$(nproc) toolchain/install