2023年 04月 04日 星期二 14:53:37 CST test by bot.

This commit is contained in:
licsber 2023-04-04 14:53:37 +08:00
parent db8e1050f8
commit 9c963a629d
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: R4se Build ENV Docker Image name: R4se Build ENV Docker Image
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '46 */8 * * *' - cron: '46 */8 * * *'

View File

@ -9,6 +9,8 @@ RUN cd friendlywrt && \
make -j$(($(nproc)+1)) || make -j1 V=s && \ make -j$(($(nproc)+1)) || make -j1 V=s && \
echo $? echo $?
RUN pwd && export
RUN source .current_config.mk && \ RUN source .current_config.mk && \
tar cvzf rootfs.tgz ${FRIENDLYWRT_SRC}/${FRIENDLYWRT_ROOTFS} \ tar cvzf rootfs.tgz ${FRIENDLYWRT_SRC}/${FRIENDLYWRT_ROOTFS} \
${FRIENDLYWRT_SRC}/${FRIENDLYWRT_PACKAGE_DIR} ${FRIENDLYWRT_SRC}/${FRIENDLYWRT_PACKAGE_DIR}