Skip to content

Commit

Permalink
remove additional boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-tz committed May 24, 2022
1 parent 2bd3c1e commit bc1873b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
needs: prepare_release
strategy:
matrix:
BOARD: [radxa-cm3-io, radxa-e23, radxa-e25, radxa-zero, radxa-zero2, rockpi-4b, rockpi-4cplus, rockpi-s, rock-3a, rock-3b, rock-5b]
MODEL: [debian, ubuntu]
# BOARD: [radxa-cm3-io, radxa-e23, radxa-e25, radxa-zero, radxa-zero2, rockpi-4b, rockpi-4cplus, rockpi-s, rock-3a, rock-3b, rock-5b]
BOARD: [rock-3a]
# MODEL: [debian, ubuntu]
MODEL: [ubuntu]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bc1873b

Please sign in to comment.