Skip to content

Merge pull request #6 from Rodmg/debianpkgimprov #2

Merge pull request #6 from Rodmg/debianpkgimprov

Merge pull request #6 from Rodmg/debianpkgimprov #2

Workflow file for this run

name: Build Deb package
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Debian packages
uses: jtdor/[email protected]
with:
# Name of a Docker image or path of a Dockerfile to use for the build container
docker-image: debian:bookworm-slim
# Extra packages to be installed as build dependencies
extra-build-deps: dh-python
# Foreign architecture to setup cross-compilation for
host-arch: arm64