added armhf to docker

This commit is contained in:
Justin Wong 2017-01-06 13:36:33 +08:00 committed by Wang Yuzhi
parent 507d3e4f00
commit f0aaa3932d
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A

View File

@ -63,6 +63,7 @@ remote_filelist="${APT_PATH}/filelist"
for version in ${APT_VERSIONS[@]}; do
apt-download-binary ${base_url} "$version" "main" "amd64" "${APT_PATH}" ${remote_filelist} || true
apt-download-binary ${base_url} "$version" "main" "i386" "${APT_PATH}" ${remote_filelist} || true
apt-download-binary ${base_url} "$version" "main" "armhf" "${APT_PATH}" ${remote_filelist} || true
done
apt-delete-old-debs ${APT_PATH} $remote_filelist