Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test pdns branch enable-meson-auth-deb11
Browse files Browse the repository at this point in the history
romeroalx committed Jan 28, 2025
1 parent e8a116b commit 119f202
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-images.yaml
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
branch-name:
- master
- rel/auth-4.9.x
- rel/dnsdist-1.9.x
- enable-meson-auth-deb11
# - rel/auth-4.9.x
# - rel/dnsdist-1.9.x
image:
- id: debian-11-pdns-base
debian-image-name: python
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ FROM ${DEBIAN_IMAGE_NAME}:${DEBIAN_IMAGE_TAG}
ARG USER_HOME=/home/runner
ARG REPO_HOME=/home/runner/pdns
ARG REPO_BRANCH=master
ARG REPO_URL=https://github.com/PowerDNS/pdns.git
ARG REPO_URL=https://github.com/romeroalx/pdns.git
ARG DOCKER_GID=1000

ENV CLANG_VERSION='13'

0 comments on commit 119f202

Please sign in to comment.