Skip to content
Snippets Groups Projects
Commit 387d080e authored by Derek Su's avatar Derek Su
Browse files

feat: support risc-v platform


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent f3062c0d
Branches
Tags
No related merge requests found
...@@ -88,7 +88,7 @@ jobs: ...@@ -88,7 +88,7 @@ jobs:
with: with:
context: ./ context: ./
push: true 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 tags: rancher/local-path-provisioner:${{ env.branch }}-head
file: package/Dockerfile file: package/Dockerfile
...@@ -98,6 +98,6 @@ jobs: ...@@ -98,6 +98,6 @@ jobs:
with: with:
context: ./ context: ./
push: true 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 }} tags: rancher/local-path-provisioner:${{ github.ref_name }}
file: package/Dockerfile file: package/Dockerfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment