workflows: update workflows, templates to support arm64. (#14653)

* set 'var_arm64' to no in all ct scripts

* update files in .github to support arm64
This commit is contained in:
Sam Heinz
2026-05-23 07:46:44 +10:00
committed by GitHub
parent fcd77d9332
commit 69aa93a83a
518 changed files with 546 additions and 10 deletions
+1
View File
@@ -12,6 +12,7 @@ var_ram="${var_ram:-1024}"
var_disk="${var_disk:-4}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_arm64="${var_arm64:-no}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"