Skip to content

github: workflows: add deb-builder, remove macos from upstream #15

github: workflows: add deb-builder, remove macos from upstream

github: workflows: add deb-builder, remove macos from upstream #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 }}
docker-image: debian:bookworm
package-name: aktualizr-torizon
run-attestation: true
run-piuparts: false
upload-artifacts: true