Recovery and AMD64 builds?

This commit is contained in:
2025-04-22 18:29:27 -07:00
parent 90447884e1
commit 374c3ff1a8
10 changed files with 172 additions and 48 deletions

View File

@@ -9,7 +9,7 @@ bootstrap(){
export http_proxy=${APT_PROXY}
BOOTSTRAP_ARGS+=(--arch arm64)
BOOTSTRAP_ARGS+=(--arch "$ARCH")
BOOTSTRAP_ARGS+=(--include gnupg)
BOOTSTRAP_ARGS+=(--components "main,contrib,non-free")
BOOTSTRAP_ARGS+=(--exclude=info,ifupdown)