Skip to content

Commit

Permalink
chore: Include riscv64gc in pulsar-install.sh
Browse files Browse the repository at this point in the history
We already include riscv64gc binaries in releases, so we can also
use them in the install script.
  • Loading branch information
vadorovsky authored and banditopazzo committed Apr 18, 2024
1 parent 4d953de commit 10a27a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ get_release_variant() {
;;

riscv64)
# TODO: _cputype=riscv64gc
err "installer unsupported CPU type: $_cputype. You have to manually build youself for $_cputype"
#_cputype=riscv64gc
_arch=riscv64gc
;;

*)
Expand Down

0 comments on commit 10a27a4

Please sign in to comment.