CI: use toolchain container for label workflow
Use toolchain container for label workflow to skip downloading external toolchain from openwrt servers. Fixes:0fe5776f4a
("CI: build: Add support to use container included external toolchain") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit66fd0aa6ef
)
This commit is contained in:
parent
4174768d9f
commit
3a1cb63336
|
@ -32,6 +32,7 @@ jobs:
|
|||
packages: read
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
container_name: toolchain
|
||||
target: ${{ needs.set_target.outputs.target }}
|
||||
subtarget: ${{ needs.set_target.outputs.subtarget }}
|
||||
build_kernel: true
|
||||
|
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
packages: read
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
container_name: toolchain
|
||||
target: ${{ needs.set_target.outputs.target }}
|
||||
subtarget: ${{ needs.set_target.outputs.subtarget }}
|
||||
build_full: true
|
||||
|
|
Loading…
Reference in New Issue