diff --git a/.github/workflows/debpkg.yaml b/.github/workflows/debpkg.yaml new file mode 100644 index 0000000..a610d75 --- /dev/null +++ b/.github/workflows/debpkg.yaml @@ -0,0 +1,19 @@ +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 + host-arch: arm64 + - uses: jtdor/build-deb-action@v1 + env: + DEB_BUILD_OPTIONS: noautodbgsym + with: + buildpackage-opts: --build=binary --no-sign + host-arch: amd64