github action test to build package

This commit is contained in:
2025-10-31 21:31:01 +01:00
parent a542f6ff7e
commit 255f9fef71

13
.github/workflows/docker-ci.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on: push
jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jtdor/build-deb-action@v1
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign