From 72ae4f72ed154d9d366e5094c6af686501ee33ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20M=C3=A9ndez?= Date: Sun, 7 Jul 2024 01:19:50 -0600 Subject: [PATCH] Testing build process --- .github/workflows/build-deb.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 5542a56..da0df70 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -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/build-deb-action@v1.8.0 - 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/build-deb-action@v1.8.0 + 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