Skip to content

Commit

Permalink
.gh/w/deb-builder: build armhf only, rm extra-packages and run piuparts
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 e8d4d8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deb-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ 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 }}
docker-image: debian:bookworm
package-name: weston
run-attestation: true
run-piuparts: false
run-piuparts: true
upload-artifacts: true
extra-packages: ca-certificates

0 comments on commit e8d4d8a

Please sign in to comment.