aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/Dockerfile')
-rw-r--r--.github/workflows/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile
new file mode 100644
index 000000000..aa269b778
--- /dev/null
+++ b/.github/workflows/Dockerfile
@@ -0,0 +1,6 @@
+ARG ARCH=x86-64
+FROM openwrtorg/rootfs:$ARCH
+
+ADD entrypoint.sh /entrypoint.sh
+
+CMD ["/entrypoint.sh"]