add helper function for get_arch_value

This commit is contained in:
Sam Heinz
2026-05-13 01:07:44 +10:00
parent 9b5aab46bd
commit b1eec90772
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -3838,6 +3838,7 @@ build_container() {
export ENABLE_TUN="$ENABLE_TUN"
export PCT_OSTYPE="$var_os"
export PCT_OSVERSION="$var_version"
export PCT_ARCH="$(dpkg --print-architecture 2>/dev/null || uname -m)"
export PCT_DISK_SIZE="$DISK_SIZE"
export IPV6_METHOD="$IPV6_METHOD"
export ENABLE_GPU="$ENABLE_GPU"