Skip to content

Commit

Permalink
test pdns branch enable-meson-auth-deb11
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Jan 28, 2025
1 parent e8a116b commit 51d4fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-debian-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ 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
debian-image-tag: 3.11-slim-bullseye
debian-image-name: debian
debian-image-tag: bullseye-slim
- id: debian-12-pdns-base
debian-image-name: debian
debian-image-tag: bookworm-slim
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 51d4fd3

Please sign in to comment.