Skip to content

Commit

Permalink
.gh/w/deb-builder: build armhf only and remove extra-packages
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Henrique Lima Melara <[email protected]>
  • Loading branch information
charles2910 committed Sep 2, 2024
1 parent e3b9582 commit 17fb93a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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: ['arm64']
arch: ['armhf']
uses: torizon/torizon-deb-ci/.github/workflows/toradex-deb-ci.yml@main
with:
arch: ${{ matrix.arch }}
Expand All @@ -20,4 +20,3 @@ jobs:
run-attestation: true
run-piuparts: false
upload-artifacts: true
extra-packages: ca-certificates

0 comments on commit 17fb93a

Please sign in to comment.