Skip to content

Commit

Permalink
Testing build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodmg committed Jul 7, 2024
1 parent aef5b5e commit 72ae4f7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Build Deb package

on:
push:
branches: [ "main" ]
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
- 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

0 comments on commit 72ae4f7

Please sign in to comment.