mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
6
.github/workflows/build-and-publish.yml
vendored
6
.github/workflows/build-and-publish.yml
vendored
@@ -31,8 +31,10 @@ jobs:
|
|||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
- platform: linux/riscv64
|
# 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:
|
||||||
runner: ubuntu-24.04-arm
|
# 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:
|
steps:
|
||||||
- name: Prepare name for digest up/download
|
- name: Prepare name for digest up/download
|
||||||
|
|||||||
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@@ -19,8 +19,10 @@ jobs:
|
|||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
- platform: linux/riscv64
|
# 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:
|
||||||
runner: ubuntu-24.04-arm
|
# 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:
|
env:
|
||||||
CI_ARCH: ${{ matrix.platform }}
|
CI_ARCH: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user