Sat Mar 18 19:10:19 CST 2023 test by bot.

This commit is contained in:
licsber 2023-03-18 19:10:19 +08:00
parent d34291e069
commit 3dbe8e4c6e

View File

@ -1,4 +1,4 @@
FROM ubuntu:jammy-20230308
FROM ubuntu:jammy-20230308 AS build
LABEL maintainer=admin@licsber.site
# https://github.com/friendlyarm/Actions-FriendlyWrt/blob/master/.github/workflows/build.yml
@ -54,3 +54,7 @@ RUN cd friendlywrt && \
find dl -size -1024c -exec ls -l {} \; && \
find dl -size -1024c -exec rm -f {} \;
RUN cd friendlywrt && \
make -j4 || make -j1 V=s && \
echo $?