mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
added armhf to docker
This commit is contained in:
parent
507d3e4f00
commit
f0aaa3932d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user