forked from Ivasoft/openwrt
CI: tools: directly copy prebuilt tools in container
Directly copy prebuilt tools in container instead of creating an archieve and extracting it later in other workflows. Update build workflow to support this new implementation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
3
.github/workflows/Dockerfile.tools
vendored
3
.github/workflows/Dockerfile.tools
vendored
@@ -1,3 +1,4 @@
|
||||
FROM registry.gitlab.com/openwrt/buildbot/buildworker-3.4.1
|
||||
|
||||
COPY --chown=buildbot:buildbot tools.tar /tools.tar
|
||||
COPY --chown=buildbot staging_dir/host /prebuilt_tools/staging_dir/host
|
||||
COPY --chown=buildbot build_dir/host /prebuilt_tools/build_dir/host
|
||||
|
||||
Reference in New Issue
Block a user