We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b49d31 commit 4e7133bCopy full SHA for 4e7133b
1 file changed
.github/workflows/build-and-publish.yml
@@ -77,7 +77,7 @@ jobs:
77
WAS_VERSION=${{ steps.gd.outputs.WAS_VERSION }}
78
context: .
79
file: ./Dockerfile
80
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/riscv64
81
push: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
82
labels: ${{ steps.metadata.outputs.labels }}
83
tags: ${{ steps.metadata.outputs.tags }}
0 commit comments