Skip to content

Commit a8b6efe

Browse files
committed
Add RISCV back
Signed-off-by: yubiuser <[email protected]>
1 parent 442fc88 commit a8b6efe

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
runner: ubuntu-24.04-arm
3232
- platform: linux/arm64
3333
runner: ubuntu-24.04-arm
34-
# 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:
35-
# It is unlikely that there are a lot of Pi-hole users on riscv64 architecture, let alone Docker users.
36-
# - platform: linux/riscv64
37-
# runner: ubuntu-24.04-arm
34+
- platform: linux/riscv64
35+
runner: ubuntu-24.04-arm
3836

3937
steps:
4038
- name: Prepare name for digest up/download

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
runner: ubuntu-24.04-arm
2020
- platform: linux/arm64
2121
runner: ubuntu-24.04-arm
22-
# 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:
23-
# It is unlikely that there are a lot of Pi-hole users on riscv64 architecture, let alone Docker users.
24-
# - platform: linux/riscv64
25-
# runner: ubuntu-24.04-arm
22+
- platform: linux/riscv64
23+
runner: ubuntu-24.04-arm
2624
env:
2725
CI_ARCH: ${{ matrix.platform }}
2826
steps:

0 commit comments

Comments
 (0)