mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-23 13:31:04 -05:00
Merge pull request #1239 from codingskynet/fix/support-aarch64
Add "aarch64" on arm64 cond
This commit is contained in:
commit
092b7056bb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
||||||
|
|
||||||
if [[ ! -x ${COMMAND} ]]; then
|
if [[ ! -x ${COMMAND} ]]; then
|
||||||
VERSION=1.29.8
|
VERSION=1.29.8
|
||||||
if [[ "$(uname -m)" == "arm64" ]]; then
|
if [[ "$(uname -m)" == "arm64" || "$(uname -m)" == "aarch64" ]]; then
|
||||||
ARCH="aarch64"
|
ARCH="aarch64"
|
||||||
else
|
else
|
||||||
ARCH="x86_64"
|
ARCH="x86_64"
|
||||||
|
|
Loading…
Add table
Reference in a new issue