Drop riscv64 for the time being

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-11-05 00:37:01 +00:00
parent bb1fc1ee74
commit 1f27e81cf6
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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: