aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/Dockerfile.tools
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-06-19 13:39:42 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-06-25 02:08:56 +0200
commit14293dd901e5fdb0fd242945b5916ccbb33ab328 (patch)
tree0b45e7eb833f5f16fe62f59acfede543ec258a19 /.github/workflows/Dockerfile.tools
parent38cc09165fd11caa9599d960280bd91dbaba7a62 (diff)
downloadupstream-14293dd901e5fdb0fd242945b5916ccbb33ab328.tar.gz
upstream-14293dd901e5fdb0fd242945b5916ccbb33ab328.tar.bz2
upstream-14293dd901e5fdb0fd242945b5916ccbb33ab328.zip
CI: drop unused reusable workflow and dockerfiles
Drop unused reusable workflow and dockerfiles now that we moved them to a dedicated repository. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows/Dockerfile.tools')
-rw-r--r--.github/workflows/Dockerfile.tools4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/Dockerfile.tools b/.github/workflows/Dockerfile.tools
deleted file mode 100644
index 5d365fc56d9..00000000000
--- a/.github/workflows/Dockerfile.tools
+++ /dev/null
@@ -1,4 +0,0 @@
-FROM ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v6
-
-COPY --chown=buildbot staging_dir/host /prebuilt_tools/staging_dir/host
-COPY --chown=buildbot build_dir/host /prebuilt_tools/build_dir/host