Skip to content

Commit d53292f

Browse files
committed
Fix packaging for android & linux on arm
1 parent 5f2893f commit d53292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser_hook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case $go_arch in
1414
*) echo "unknown arch: $go_arch" && exit 1 ;;
1515
esac
1616
case $go_os in
17-
linux) rust_os='linux' ;;
17+
linux) rust_os='linux-musl' ;;
1818
darwin) rust_os='apple-darwin' ;;
1919
windows) rust_os='windows' ;;
2020
freebsd) rust_os='freebsd' ;;

0 commit comments

Comments
 (0)