Skip to content

Commit 951232a

Browse files
committed
RISCV64 is still not supported in latest, only in edge
Signed-off-by: DL6ER <[email protected]>
1 parent c46927e commit 951232a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ftl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}
8888
build-args: |
89-
CONTAINER=alpine:${{ github.event_name == 'scheduled' && 'edge' || 'latest' }}
89+
CONTAINER=alpine:${{ ( github.event_name == 'scheduled' || matrix.platform == 'linux/riscv64' ) && 'edge' || 'latest' }}
9090
-
9191
name: Push builder target and push by digest
9292
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)