Skip to content

Commit

Permalink
Add riscv64 support since builds are now available (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
edolnx authored Oct 7, 2024
1 parent d4f1d65 commit e2527a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ get_arch() {
aarch64 | arm64) arch="arm64" ;;
ppc64le) arch="ppc64le" ;;
loongarch64 | loong64) arch="loong64" ;;
riscv64) arch="riscv64" ;;
*)
fail "Arch '${arch_check}' not supported!"
;;
Expand Down

0 comments on commit e2527a3

Please sign in to comment.