Skip to content

Commit

Permalink
chore(ci): add support for generating pre-build Pi 5 balenaOS images (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Dec 23, 2024
1 parent 4bcb620 commit 7199583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
balena-build-images:
strategy:
matrix:
board: ['pi1', 'pi2', 'pi3', 'pi4']
board: ['pi1', 'pi2', 'pi3', 'pi4', 'pi5']
runs-on: ubuntu-20.04
permissions:
contents: write
Expand All @@ -44,6 +44,8 @@ jobs:
echo "BALENA_IMAGE=raspberrypi3" >> $GITHUB_ENV
elif [ "${{ matrix.board }}" == 'pi4' ]; then
echo "BALENA_IMAGE=raspberrypi4-64" >> $GITHUB_ENV
elif [ "${{ matrix.board }}" == 'pi5' ]; then
echo "BALENA_IMAGE=raspberrypi5" >> $GITHUB_ENV
fi
- name: balena CLI Action - download
Expand Down

0 comments on commit 7199583

Please sign in to comment.