mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 19:45:05 +08:00
feat: Make exec binary for M1 mac available for download
This commit is contained in:
parent
33514b28be
commit
5b995ba080
@ -140,7 +140,7 @@ get_os() {
|
||||
get_archi() {
|
||||
architecture=$(uname -m)
|
||||
case "$architecture" in
|
||||
'x86_64' | 'amd64')
|
||||
'x86_64' | 'amd64' | 'arm64')
|
||||
archi='amd64'
|
||||
;;
|
||||
'aarch64')
|
||||
|
Loading…
Reference in New Issue
Block a user