reverse-proxy: T6454: Set default value of http for haproxy mode #35
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Debian Package Build | |
on: | |
pull_request: | |
branches: | |
- current | |
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 |