mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
9 lines
116 B
Bash
9 lines
116 B
Bash
case $TARGETARCH in
|
|
"amd64")
|
|
echo "./mold/bin/mold -run cargo"
|
|
;;
|
|
"arm64")
|
|
echo "cargo"
|
|
;;
|
|
esac
|