Skip to content

Commit

Permalink
Add deb-builder action
Browse files Browse the repository at this point in the history
Related-to: TCCP-825

Signed-off-by: Leonardo Held <[email protected]>
  • Loading branch information
leonheldattoradex committed Oct 2, 2024
1 parent 044873f commit 8f0215e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deb-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build Debian Package

on: push

jobs:
build:
permissions:
id-token: write
contents: read
attestations: write
strategy:
fail-fast: false
matrix:
arch: ['arm64', 'amd64', '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
upload-artifacts: true
before-build-hook: uscan --download-current-version

0 comments on commit 8f0215e

Please sign in to comment.