Enable APT_PROXY for arm64 builds

Closes #598
This commit is contained in:
Serge Schneider 2022-02-22 11:34:06 +00:00
parent 255288909b
commit 733513aa25
1 changed files with 1 additions and 1 deletions

View File

@ -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)