Skip to content

Commit

Permalink
github: workflows: update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Held <[email protected]>
  • Loading branch information
leonheldattoradex committed Aug 27, 2024
1 parent e57e361 commit 85138b9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/deb-builder.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Build Debian Package

on:
push:
workflow_dispatch:
on: push

jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up binfmt with qemu
uses: docker/setup-qemu-action@v3

- uses: leonheldattoradex/[email protected]
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
host-arch: arm64
apt-opts: --install-recommends

build:
permissions:
id-token: write
contents: read
attestations: write
strategy:
fail-fast: false
matrix:
arch: ['arm64']
uses: torizon/torizon-deb-ci/.github/workflows/toradex-deb-ci.yml@main
with:
arch: ${{ matrix.arch }}
docker-image: debian:bookworm
package-name: wayland
run-attestation: true
run-piuparts: false
upload-artifacts: true
extra-packages: ca-certificates

0 comments on commit 85138b9

Please sign in to comment.