Skip to content

Commit

Permalink
[Close #131] fix(install-script): assign arm64 target architectures c…
Browse files Browse the repository at this point in the history
…orrect GOARCH value (#132)
  • Loading branch information
volker-raschek committed Feb 9, 2022
1 parent 2e5792e commit 286d377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ case $(uname -m) in
armv7*)
arch="armv7"
;;
aarch64)
aarch64 | arm64)
arch="arm64"
;;
*)
Expand Down

0 comments on commit 286d377

Please sign in to comment.