From 951232a81ba46fa0b787c44c04cd896561286aac Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 22 May 2024 06:18:01 +0200 Subject: [PATCH] RISCV64 is still not supported in latest, only in edge Signed-off-by: DL6ER --- .github/workflows/ftl-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ftl-build.yml b/.github/workflows/ftl-build.yml index 0775e7d..cd6d39f 100644 --- a/.github/workflows/ftl-build.yml +++ b/.github/workflows/ftl-build.yml @@ -86,7 +86,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - CONTAINER=alpine:${{ github.event_name == 'scheduled' && 'edge' || 'latest' }} + CONTAINER=alpine:${{ ( github.event_name == 'scheduled' || matrix.platform == 'linux/riscv64' ) && 'edge' || 'latest' }} - name: Push builder target and push by digest if: github.event_name != 'pull_request'