Skip to content

Commit

Permalink
feat: support risc-v platform
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Aug 30, 2024
1 parent f3062c0 commit 387d080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64,linux/arm64, linux/arm
platforms: linux/amd64,linux/arm64,linux/arm,linux/riscv64
tags: rancher/local-path-provisioner:${{ env.branch }}-head
file: package/Dockerfile

Expand All @@ -98,6 +98,6 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64,linux/arm64, linux/arm
platforms: linux/amd64,linux/arm64,linux/arm,linux/riscv64
tags: rancher/local-path-provisioner:${{ github.ref_name }}
file: package/Dockerfile

0 comments on commit 387d080

Please sign in to comment.