Just copy .github from openwrt enabling: - checking of formalities - checking of build - issue template - pr template Signed-off-by: Nick Hainke <vincent@systemli.org>
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"]
|