Skip to content

Commit 77d792b

Browse files
committed
RISCV-64 support is available in alpine:latest as of v3.20
Signed-off-by: DL6ER <[email protected]>
1 parent b63317e commit 77d792b

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ jobs:
8585
target: tester
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}
88-
build-args: |
89-
CONTAINER=alpine:${{ ( github.event_name == 'scheduled' || matrix.platform == 'linux/riscv64' ) && 'edge' || 'latest' }}
9088
-
9189
name: Push builder target and push by digest
9290
if: github.event_name != 'pull_request'
@@ -98,8 +96,6 @@ jobs:
9896
push: ${{ github.event_name != 'workflow_dispatch' }}
9997
target: builder
10098
labels: ${{ steps.meta.outputs.labels }}
101-
build-args: |
102-
CONTAINER=alpine:${{ ( github.event_name == 'scheduled' || matrix.platform == 'linux/riscv64' ) && 'edge' || 'latest' }}
10399
outputs: |
104100
type=image,name=${{ env.DOCKER_REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
105101
type=image,name=${{ env.GITHUB_REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

ftl-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CONTAINER="alpine:edge"
1+
ARG CONTAINER="alpine:latest"
22
FROM ${CONTAINER} AS builder
33

44
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)