Add Linux ARM64 standalone release support (#886)

This commit is contained in:
Matthew Bright
2026-07-26 16:27:02 -07:00
committed by GitHub
parent 384338cf31
commit 427cdcd9d4
5 changed files with 213 additions and 11 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ fi
combo="$os-$arch"
case "$combo" in
linux-x86_64|macos-x86_64|macos-arm64|windows-x86_64)
linux-x86_64|linux-arm64|macos-x86_64|macos-arm64|windows-x86_64)
;;
*)
echo -e "${RED}Unsupported OS/Arch: $os/$arch${NC}"