From f1f2a0b6e8935cad7b973744abed3ae776eb4e34 Mon Sep 17 00:00:00 2001 From: Qinghe Date: Fri, 20 Oct 2023 16:00:09 +0800 Subject: [PATCH] feat: add supported architechture --- scripts/path_info.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/path_info.sh b/scripts/path_info.sh index 5a8a0854..54c8f31c 100755 --- a/scripts/path_info.sh +++ b/scripts/path_info.sh @@ -42,6 +42,7 @@ declare -A supported_architectures=( ["windows-amd64"]="_output/bin/platforms/windows/amd64" ["linux-x86_64"]="_output/bin/platforms/linux/amd64" # Alias for linux-amd64 ["darwin-x86_64"]="_output/bin/platforms/darwin/amd64" # Alias for darwin-amd64 + ["linux-aarch64"]="_output/bin/platforms/linux/arm64" # Alias for linux-arm64 ) # Check if the architecture and version are supported