Skip to content

Commit

Permalink
Add linux/riscv64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
ngosang committed Nov 29, 2022
1 parent c4ea914 commit b987d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x, linux/riscv64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_metadata.outputs.tags }}
labels: ${{ steps.docker_metadata.outputs.labels }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The architectures supported by this image are:
* linux/arm64/v8
* linux/ppc64le
* linux/s390x
* linux/riscv64

## Application Setup

Expand Down

0 comments on commit b987d9e

Please sign in to comment.