From 1f27e81cf60438d92dc90419448b4770fc283d3c Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 5 Nov 2025 00:37:01 +0000 Subject: [PATCH] Drop riscv64 for the time being Signed-off-by: Adam Warner --- .github/workflows/build-and-publish.yml | 6 ++++-- .github/workflows/build-and-test.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index b280d73..441b215 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -31,8 +31,10 @@ jobs: runner: ubuntu-24.04-arm - platform: linux/arm64 runner: ubuntu-24.04-arm - - platform: linux/riscv64 - runner: ubuntu-24.04-arm + # Drop this for the time being. bind-tools is failing to install on riscv64, and I don't have time to dig into it currently.exclude: + # It is unlikely that there are a lot of Pi-hole users on riscv64 architecture, let alone Docker users. + # - platform: linux/riscv64 + # runner: ubuntu-24.04-arm steps: - name: Prepare name for digest up/download diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7fea793..617102b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,8 +19,10 @@ jobs: runner: ubuntu-24.04-arm - platform: linux/arm64 runner: ubuntu-24.04-arm - - platform: linux/riscv64 - runner: ubuntu-24.04-arm + # Drop this for the time being. bind-tools is failing to install on riscv64, and I don't have time to dig into it currently.exclude: + # It is unlikely that there are a lot of Pi-hole users on riscv64 architecture, let alone Docker users. + # - platform: linux/riscv64 + # runner: ubuntu-24.04-arm env: CI_ARCH: ${{ matrix.platform }} steps: