Skip to content

Commit

Permalink
.gh/workflows/deb-builder.yml: enable armhf build
Browse files Browse the repository at this point in the history
Related-to: TCCP-733
Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
  • Loading branch information
charles2910 committed Jul 1, 2024
1 parent 5c1d5b4 commit 3572e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: ['amd64', 'arm64']
arch: ['amd64', 'arm64', 'armhf']
uses: torizon/torizon-deb-ci/.github/workflows/toradex-deb-ci.yml@v0
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 3572e3d

Please sign in to comment.