Skip to content

Commit

Permalink
Merge pull request #2170 from nicomiguelino/rpi5-on-balena
Browse files Browse the repository at this point in the history
feat: add support for Pi 5 devices running balenaOS
  • Loading branch information
vpetersson authored Dec 22, 2024
2 parents f1dcaca + 7087b3a commit 5417e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
needs: buildx
strategy:
matrix:
board: ['pi1', 'pi2', 'pi3', 'pi4']
board: ['pi1', 'pi2', 'pi3', 'pi4', 'pi5']
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5417e2d

Please sign in to comment.