Skip to content

Build rockchip target #20

Build rockchip target

Build rockchip target #20

name: Build rockchip target
on:
workflow_dispatch:
inputs:
openwrt_tag:
type: string
jobs:
build_ext:
uses: ./.github/workflows/build.yml
strategy:
fail-fast: false
matrix:
subtarget: [multi]
with:
target: rockchip
subtarget: ${{ matrix.subtarget }}
output_image_type: squashfs-sysupgrade
openwrt_tag: ${{ inputs.openwrt_tag }}