Skip to content

Commit 4e7133b

Browse files
committed
CI: build container image for RISC-V
1 parent 4b49d31 commit 4e7133b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
WAS_VERSION=${{ steps.gd.outputs.WAS_VERSION }}
7878
context: .
7979
file: ./Dockerfile
80-
platforms: linux/amd64,linux/arm64
80+
platforms: linux/amd64,linux/arm64,linux/riscv64
8181
push: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
8282
labels: ${{ steps.metadata.outputs.labels }}
8383
tags: ${{ steps.metadata.outputs.tags }}

0 commit comments

Comments
 (0)