diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-19 13:39:42 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-24 17:13:02 +0200 |
commit | b63c6e3512077fa452a0736f5bec2169c8bef6cc (patch) | |
tree | 986d009eefb254fe7004a2b534f3bc4931db45d0 /.github/workflows/Dockerfile.toolchain | |
parent | 76a9b0e02a614ec15f4dc771df32de90ab30d779 (diff) | |
download | upstream-b63c6e3512077fa452a0736f5bec2169c8bef6cc.tar.gz upstream-b63c6e3512077fa452a0736f5bec2169c8bef6cc.tar.bz2 upstream-b63c6e3512077fa452a0736f5bec2169c8bef6cc.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>
(cherry picked from commit 14293dd901e5fdb0fd242945b5916ccbb33ab328)
Diffstat (limited to '.github/workflows/Dockerfile.toolchain')
-rw-r--r-- | .github/workflows/Dockerfile.toolchain | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/Dockerfile.toolchain b/.github/workflows/Dockerfile.toolchain deleted file mode 100644 index 949bc2bb5c..0000000000 --- a/.github/workflows/Dockerfile.toolchain +++ /dev/null @@ -1,8 +0,0 @@ -ARG OWNER_LC -ARG CONTAINER_TAG - -FROM ghcr.io/$OWNER_LC/tools:$CONTAINER_TAG - -ARG TOOLCHAIN_NAME - -ADD $TOOLCHAIN_NAME /external-toolchain/ |