CI: add GitHub testing of Pull Requests
[feed/telephony.git] / .github / workflows / Dockerfile
1 ARG ARCH=x86-64
2 FROM openwrtorg/rootfs:$ARCH
3
4 ADD entrypoint.sh /entrypoint.sh
5
6 CMD ["/entrypoint.sh"]