From 95dfd3a68c850cd32bc3c825949450c8bb4cf47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Tue, 16 Jan 2024 23:19:23 +0800 Subject: [PATCH] fix(arch): support arm64 closes #7 --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index 9aef87c..8131cc6 100755 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -43,7 +43,7 @@ get_arch() { return fi - fail "Unknown arch" + echo $machine } get_platform() {