summaryrefslogtreecommitdiff
path: root/.github/workflows/build-package.yml
blob: bdad7db04e3392ff3436a4be3eee71b3b8f0c83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Debian Package Build
on:
  pull_request:
    branches:
      - circinus

jobs:
  package-build:
    runs-on: ubuntu-latest
    container:
      image: vyos/vyos-build:current
      options: --sysctl net.ipv6.conf.lo.disable_ipv6=0
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Build Debian package
        run: dpkg-buildpackage -uc -us -tc -b