1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-14 03:03:53 +02:00
openwrt-routing/.github/workflows/Dockerfile
Nick Hainke 63625f7e19 CI: copy .github from openwrt-packages
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)
2022-02-26 17:23:43 +01:00

7 lines
100 B
Docker

ARG ARCH=x86-64
FROM openwrt/rootfs:$ARCH
ADD entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]