Skip to content

Commit

Permalink
test: build for RISC-V
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed Aug 3, 2024
1 parent 99acd7e commit 0ac0160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
WAS_VERSION=${{ steps.gd.outputs.WAS_VERSION }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/riscv64
push: true
labels: ${{ steps.metadata.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}

0 comments on commit 0ac0160

Please sign in to comment.