nginx-otel-nix/.github/workflows/debpkg.yaml
Aldemir Akpinar bf0b986d5a testing
2025-01-24 16:35:33 +03:00

21 lines
562 B
YAML

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
apt-opts: ca-certificates
- uses: jtdor/build-deb-action@v1
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
host-arch: amd64
extra-build-deps: ca-certificates