diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 441b215..b280d73 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -31,10 +31,8 @@ jobs: runner: ubuntu-24.04-arm - platform: linux/arm64 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 + - 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 617102b..7fea793 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,10 +19,8 @@ jobs: runner: ubuntu-24.04-arm - platform: linux/arm64 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 + - platform: linux/riscv64 + runner: ubuntu-24.04-arm env: CI_ARCH: ${{ matrix.platform }} steps: