We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f1d65 commit e2527a3Copy full SHA for e2527a3
lib/helpers.sh
@@ -30,6 +30,7 @@ get_arch() {
30
aarch64 | arm64) arch="arm64" ;;
31
ppc64le) arch="ppc64le" ;;
32
loongarch64 | loong64) arch="loong64" ;;
33
+ riscv64) arch="riscv64" ;;
34
*)
35
fail "Arch '${arch_check}' not supported!"
36
;;
0 commit comments