mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 12:28:56 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64]
|
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64]
|
||||||
alpine_version: [3.19]
|
alpine_version: [3.19]
|
||||||
# RISCV is currently not working on GHA, and so FTL is unavailable for this platform.
|
include:
|
||||||
# include:
|
- platform: linux/riscv64
|
||||||
# - platform: linux/riscv64
|
alpine_version: edge
|
||||||
# alpine_version: edge
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare name for digest up/download
|
- name: Prepare name for digest up/download
|
||||||
|
|||||||
Reference in New Issue
Block a user