misc scripts: add support for arm64

This commit is contained in:
Sam Heinz
2026-03-07 15:44:44 +10:00
parent 5c2cf61455
commit 087f817bf6
4 changed files with 339 additions and 222 deletions
+1 -1
View File
@@ -3267,7 +3267,7 @@ function fetch_and_deploy_gh_release() {
fi
if [[ -z "$url_match" ]]; then
for u in $assets; do
if [[ "$u" =~ ($arch|amd64|x86_64|aarch64|arm64).*\.deb$ ]]; then
if [[ "$u" =~ ($arch|aarch64|arm64).*\.deb$ ]]; then
url_match="$u"
break
fi