Skip to content

gh/workflows/deb-builder: use torizon's Debian CI reusable workflow #15

gh/workflows/deb-builder: use torizon's Debian CI reusable workflow

gh/workflows/deb-builder: use torizon's Debian CI reusable workflow #15

Workflow file for this run

name: Build Debian Package
on: push
jobs:
build:
permissions:
id-token: write
contents: read
attestations: write
strategy:
fail-fast: false
matrix:
arch: ['amd64', 'arm64', 'armhf']
uses: torizon/torizon-deb-ci/.github/workflows/toradex-deb-ci.yml@v0
with:
arch: ${{ matrix.arch }}
distribution: bookworm
docker-image: debian:bookworm
package-name: weston
run-attestation: true
run-piuparts: "${{ matrix.arch }} == amd64"
upload-artifacts: true