From 4f34e6fcb028f3856b3f4c34d189cd0727cc2388 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Thu, 5 Jun 2025 18:06:07 +0100 Subject: [PATCH] Add RISC image back now that the FTL build for RISC is fixed Signed-off-by: Adam Warner --- .github/workflows/build-and-publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 631de0a..62a6b74 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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