Skip to content

Commit

Permalink
linux/make_artifacts.sh: add riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li authored and jgm committed Sep 19, 2024
1 parent bac631f commit 7b48fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/make_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ case "$MACHINE" in
i386) ARCHITECTURE=i386;;
aarch64) ARCHITECTURE=arm64;;
armv6l | armv7l) ARCHITECTURE=armhf;;
riscv64) ARCHITECTURE=riscv64;;
*) ARCHITECTURE=unknown;;
esac

Expand Down

0 comments on commit 7b48fd5

Please sign in to comment.