Skip to content

Commit

Permalink
Add bpim4 build to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Smetanka committed Oct 19, 2024
1 parent 0648264 commit 9eec406
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
strategy:
matrix:
include:
- name: "Raspberry Pi 32-bit"
id: "32bit"
- name: "Raspberry Pi 64-bit"
id: "64bit"
# - name: "Raspberry Pi 32-bit"
# id: "32bit"
# - name: "Raspberry Pi 64-bit"
# id: "64bit"
- name: "Banana Pi M4 zero"
id: "bpim4"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9eec406

Please sign in to comment.