Update llvm-apt to include missing arch

This commit is contained in:
YantaoZhao 2021-10-12 14:33:29 +08:00 committed by GitHub
parent 9a9b0d8b47
commit 42f60253e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
for os in "xenial" "bionic" "focal" "stretch" "buster" "bullseye"; do
prefix=llvm-toolchain-$os
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13 main amd64 "$BASE_PATH/$os"
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13 main amd64,i386,s390x "$BASE_PATH/$os"
done
echo "APT finished"