Fix packaging for android & linux on arm
This commit is contained in:
parent
5f2893f750
commit
d53292f0db
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ case $go_arch in
|
|||
*) echo "unknown arch: $go_arch" && exit 1 ;;
|
||||
esac
|
||||
case $go_os in
|
||||
linux) rust_os='linux' ;;
|
||||
linux) rust_os='linux-musl' ;;
|
||||
darwin) rust_os='apple-darwin' ;;
|
||||
windows) rust_os='windows' ;;
|
||||
freebsd) rust_os='freebsd' ;;
|
||||
|
|
Loading…
Reference in a new issue