diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml new file mode 100644 index 0000000..0391bd7 --- /dev/null +++ b/.github/workflows/docker-ci.yml @@ -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 + \ No newline at end of file