Skip to content

Commit

Permalink
replace mips64le with riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Nov 28, 2023
1 parent f887202 commit 55a6214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
context: .
file: Dockerfile.image
push: true
platforms: linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le,linux/mips64le
platforms: linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le,linux/riscv64
tags: ${{ steps.meta.outputs.tags }}

# build-and-push-multi-arch-image:
Expand Down

0 comments on commit 55a6214

Please sign in to comment.