Just copy .github from openwrt enabling:
- checking of formalities
- checking of build
- issue template
- pr template
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit d1ab87b7db
)
6 lines
100 B
Docker
6 lines
100 B
Docker
ARG ARCH=x86-64
|
|
FROM openwrt/rootfs:$ARCH
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
|
|
CMD ["/entrypoint.sh"]
|