From 51d4fd36e03e6837ea0514274d4471547d6e3416 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Tue, 28 Jan 2025 19:45:35 +0100 Subject: [PATCH] test pdns branch enable-meson-auth-deb11 --- .github/workflows/build-debian-images.yaml | 10 +++++----- Dockerfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-debian-images.yaml b/.github/workflows/build-debian-images.yaml index 3e3feb8..f29490e 100644 --- a/.github/workflows/build-debian-images.yaml +++ b/.github/workflows/build-debian-images.yaml @@ -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 diff --git a/Dockerfile b/Dockerfile index 37ffe71..df3c16d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'