Skip to content

Build bcm27xx target #1

Build bcm27xx target

Build bcm27xx target #1

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