mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-19 18:08:35 +00:00
Add RISC image back now that the FTL build for RISC is fixed
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
9
.github/workflows/build-and-publish.yml
vendored
9
.github/workflows/build-and-publish.yml
vendored
@@ -21,11 +21,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64]
|
||||
alpine_version: [3.19]
|
||||
# RISCV is currently not working on GHA, and so FTL is unavailable for this platform.
|
||||
# include:
|
||||
# - platform: linux/riscv64
|
||||
# alpine_version: edge
|
||||
alpine_version: [3.19]
|
||||
include:
|
||||
- platform: linux/riscv64
|
||||
alpine_version: edge
|
||||
|
||||
steps:
|
||||
- name: Prepare name for digest up/download
|
||||
|
||||
Reference in New Issue
Block a user