diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 5fd6d4f..1143d96 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -14,6 +14,8 @@ jobs: os: - ubuntu-22.04 - ubuntu-24.04 + - ubuntu-22.04-arm + - ubuntu-24.04-arm varnish: - varnish60lts - varnish77 @@ -60,5 +62,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: vmod-httpstats-${{ matrix.varnish }}-${{ env.DISTRO_CODENAME }}.deb + name: vmod-httpstats-${{ matrix.varnish }}-${{ env.DISTRO_CODENAME }}-${{ runner.arch }}.deb path: target/debian/${{ env.DEB_FILE }}