Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Mar 7, 2024
1 parent 47d8d92 commit adc6374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build rpi zero w target
name: Build bcm27xx target

on:
workflow_dispatch:
Expand All @@ -12,9 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
subtarget: [zero-w]
subtarget: [rpi]
with:
target: rpi
target: bcm27xx
subtarget: ${{ matrix.subtarget }}
output_image_type: squashfs-sysupgrade
openwrt_tag: ${{ inputs.openwrt_tag }}
File renamed without changes.

0 comments on commit adc6374

Please sign in to comment.