From 733513aa2503c9c95d38c185260d7d1ca85ce91b Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 22 Feb 2022 11:34:06 +0000 Subject: [PATCH] Enable APT_PROXY for arm64 builds Closes #598 --- scripts/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common b/scripts/common index afba00a..7151ff2 100644 --- a/scripts/common +++ b/scripts/common @@ -7,7 +7,7 @@ bootstrap(){ local BOOTSTRAP_CMD=debootstrap local BOOTSTRAP_ARGS=() - #export http_proxy=${APT_PROXY} + export http_proxy=${APT_PROXY} BOOTSTRAP_ARGS+=(--arch arm64) BOOTSTRAP_ARGS+=(--include gnupg)