mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Update download-latest.sh
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
78cf8f1f9f
commit
f7e4a0177d
@ -152,7 +152,7 @@ get_archi() {
|
|||||||
archi='amd64'
|
archi='amd64'
|
||||||
;;
|
;;
|
||||||
'arm64')
|
'arm64')
|
||||||
if [ $os -eq 'macos' ]; then # MacOS M1
|
if [ $os = 'macos' ]; then # MacOS M1
|
||||||
archi='amd64'
|
archi='amd64'
|
||||||
else
|
else
|
||||||
archi='aarch64'
|
archi='aarch64'
|
||||||
|
Loading…
Reference in New Issue
Block a user