Skip to content

Commit

Permalink
Merge pull request #1116 from ernado/feat/riscv64
Browse files Browse the repository at this point in the history
feat: add riscv64
  • Loading branch information
k8s-ci-robot authored Mar 21, 2023
2 parents 300f078 + 4d45340 commit 8ad9e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CRI_CTL_PLATFORMS=(
linux/ppc64le
linux/s390x
linux/mips64le
linux/riscv64
windows/amd64
windows/386
darwin/amd64
Expand Down
1 change: 1 addition & 0 deletions images/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARCHITECTURES=(
ppc64le
s390x
mips64le
riscv64
)

# Prepare the system
Expand Down

0 comments on commit 8ad9e17

Please sign in to comment.